Module: DYI
- Defined in:
- lib/dyi.rb,
lib/dyi/font.rb,
lib/dyi/type.rb,
lib/dyi/util.rb,
lib/ironruby.rb,
lib/dyi/color.rb,
lib/dyi/event.rb,
lib/dyi/canvas.rb,
lib/dyi/length.rb,
lib/dyi/matrix.rb,
lib/dyi/drawing.rb,
lib/dyi/element.rb,
lib/dyi/painting.rb,
lib/dyi/animation.rb,
lib/dyi/chart/base.rb,
lib/dyi/coordinate.rb,
lib/dyi/shape/base.rb,
lib/dyi/shape/path.rb,
lib/dyi/stylesheet.rb,
lib/dyi/chart/table.rb,
lib/dyi/drawing/pen.rb,
lib/dyi/svg_element.rb,
lib/dyi/chart/legend.rb,
lib/dyi/shape/marker.rb,
lib/dyi/drawing/filter.rb,
lib/dyi/drawing/pen_3d.rb,
lib/dyi/formatter/base.rb,
lib/dyi/chart/axis_util.rb,
lib/dyi/chart/pie_chart.rb,
lib/dyi/chart/csv_reader.rb,
lib/dyi/chart/line_chart.rb,
lib/dyi/drawing/clipping.rb,
lib/dyi/script/ecmascript.rb,
lib/dyi/chart/array_reader.rb,
lib/dyi/chart/excel_reader.rb,
lib/dyi/shape/reused_shape.rb,
lib/dyi/drawing/color_effect.rb,
lib/dyi/formatter/svg_reader.rb,
lib/dyi/script/simple_script.rb,
lib/dyi/formatter/emf_formatter.rb,
lib/dyi/formatter/eps_formatter.rb,
lib/dyi/formatter/svg_formatter.rb,
lib/dyi/formatter/xaml_formatter.rb,
lib/dyi/shape/graphical_template.rb
Overview
Root namespace of DYI.
Defined Under Namespace
Modules: Animation, AttributeCreator, Chart, Drawing, Formatter, Script, Shape, StringFormat, Stylesheet, SvgElement, Util Classes: Canvas, Color, Coordinate, Element, Event, Font, GraphicalElement, Length, Matrix, Painting
Constant Summary collapse
- VERSION =
DYI program version
'1.3.0'
- URL =
URL of DYI Project
'http://open-dyi.org/'
Class Method Summary collapse
-
.logo(options = {}) ⇒ Canvas, Shape::ShapeGroup
Draw a DYI’s logo.
Class Method Details
.logo(options = {}) ⇒ Canvas, Shape::ShapeGroup
Draw a DYI’s logo.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/dyi.rb', line 48 def logo( = {}) width = Length.new([:width] || 287) height = Length.new([:height] || 163) if [:canvas] canvas = Shape::ShapeGroup.draw_on([:canvas]) canvas.scale(width / 287, height / 163) canvas.translate([:left] || 0, [:top] || 0) else canvas = Canvas.new(width, height) end Drawing::Brush.new(:color=>'#51ADE2').draw_closed_path(canvas, [287,0]) {|path| path.rline_to([0,162.637], [-39.41,0]) path.rcurve_to([0,-5.191], [-1.729,-107.272], [-1.729,-107.272], [-2.594,102.295], [-2.813,107.272]) path.rline_to([-3.246,0]) path.rcurve_to([0,-4.977], [-1.728,-107.272], [-1.728,-107.272], [-2.595,102.513], [-2.595,107.272]) path.rline_to([-3.245, 0]) path.rcurve_to([-0.215,-4.54], [-1.729,-107.272], [-1.729,-107.272], [-2.813,102.943], [-2.813,107.272]) path.rline_to([-3.46, 0], [0, -162.637]) } Drawing::Brush.new(:color=>'#325BA8').draw_closed_path(canvas, [258.471,0]) {|path| path.rline_to([-52.793,97.971], [-0.078,64.666], [-57.073,0], [-0.071,-65.106], [-49.789,-97.531],[92.148,0]) path.rcurve_to([-12.327,25.52], [-35.9,74.829], [-35.9,74.829], [27.034,-50.391], [40.013,-74.829]) path.rline_to([4.322,0]) path.rcurve_to([-11.461,24.221], [-37.414,78.289], [-37.414,78.289], [30.206,-55.798], [41.955,-78.289]) path.rline_to([4.111,0]) path.rcurve_to([-10.599,21.844], [-39.146,81.75], [-39.146,81.75], [33.306,-62.069], [43.687,-81.75]) } Drawing::Brush.new(:color=>'#51ADE2', :rule => 'evenodd').draw_closed_path(canvas, [149.875,78.938]){|path| path.rcurve_to([0,13.193], [-2.379,25.52], [-7.353,36.552], [-11.894,20.114], [-20.112,27.249]) path.rline_to([-0.216, 0]) path.rcurve_to([-9.517,7.786], [-20.113,12.76], [-31.144,15.787], [-22.276,4.111], [-33.954,4.111], [-22.276,-0.651], [-28.98,-1.514]) path.rline_to([-20.113, -2.815]) path.rcurve_to([12.327,-1.077], [34.17,-4.322], [54.5,-15.784]) path.rcurve_to([14.921,-8.219], [27.034,-21.627], [32.441,-33.524], [6.271,-20.543], [6.487,-20.543]) path.rcurve_to([-0.217,0], [-1.08,8.649], [-7.137,20.114], [-18.167,24.654], [-32.873,32.003]) path.rcurve_to([-25.953,13.411], [-54.067,13.84], [-61.421,13.84]) path.rline_to([0, -3.241]) path.rcurve_to([7.137,-0.215], [34.82,-1.729], [58.827,-15.355]) path.rcurve_to([29.844,-14.921], [35.9,-49.526], [35.035,-48.661]) path.rcurve_to([0.866,-0.866], [-6.487,33.303], [-36.117,46.714]) path.rcurve_to([-23.791,12.327], [-50.608,12.976], [-57.745,12.976]) path.rline_to([0, -3.246]) path.rcurve_to([6.92,-0.211], [33.307,-1.942], [55.15,-14.488]) path.rcurve_to([26.168,-13.193], [31.358,-41.955], [31.358,-43.254]) path.rcurve_to([0,1.299], [-6.487,29.631], [-32.44,41.311]) path.rcurve_to([-21.628,11.242], [-47.148,12.108], [-54.068,12.108]) path.rline_to([0,-132.574]) path.rline_to([27.25, -4.326]) path.rcurve_to([10.381,-1.731], [22.06,-2.378], [34.604,-2.378], [21.194,0.864], [31.36,3.677], [19.464,6.92], [27.25,12.975], [16.868,16.006], [21.843,26.819], [7.568,22.924], [7.568,35.467]) } canvas end |