Sha256: cb593243342ffe98a8aadd5eba47704f020a6600f5f324d0d9ed75e023568c9a
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
KManager.action :bootstrap do action do DrawioDsl::Drawio .init(k_builder, on_exist: :write, on_action: :execute) .diagram(theme: :style_06) .page('Style-Plain', margin_left: 0, margin_top: 0) do grid_layout(wrap_at: 2) square(:a, title: '01') circle(:b, title: '02') rectangle(:c, title: '03') ellipse(:d, title: '04') end .cd(:spec) .osave('.samples/35-ids-and-arrows.drawio') # .cd(:docs) # .export_svg('samples/styles-plain', page: 1) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
drawio_dsl-0.8.2 | .builders/generators/sample_diagrams/35-ids-and-arrows.rb |
drawio_dsl-0.8.1 | .builders/generators/sample_diagrams/35-ids-and-arrows.rb |