Skip to content

Component rendering

LuboO edited this page May 19, 2015 · 1 revision

According to path provided in input XML, tool will render components of the path into SVG or HTML file. Based on number of components in the path (maximum of 15 components is allowed), the number of components on single line is calculated according to these fixed values:

  • 1 components total - 1 components on single line
  • 2 components total - 2 components on single line
  • 3 components total - 3 components on single line
  • 4 components total - 4 components on single line
  • 5 components total - 5 components on single line
  • 6 components total - 3 components on single line
  • 7 components total - 4 components on single line
  • 8 components total - 4 components on single line
  • 9 components total - 5 components on single line
  • 10 components total - 5 components on single line
  • 11 components total - 5 components on single line
  • 12 components total - 4 components on single line
  • 13 components total - 5 components on single line
  • 14 components total - 5 components on single line
  • 15 components total - 5 components on single line

After selecting width of line, appropriate size of rendered components is set. Renderes item are then centered to center of their respective lines.

Clone this wiki locally