test06.pikchr 367 B

123456789
  1. B1: box "one" width 1 height 1 at 2,2;
  2. B2: box thickness 300% dotted 0.03 "two" at 1,3;
  3. print "B2.n: ",B2.n.x,",",B2.n.y
  4. print "B2.c: ",B2.c.x,",",B2.c.y
  5. print "B2.e: ",B2.e.x,",",B2.e.y
  6. scale = 1
  7. box "three" "four" ljust "five" with .n at 0.1 below B2.s width 50%
  8. # Text demo: <text x="100" y="100" text-anchor="end" dominant-baseline="central">I love SVG!</text>