Examples: Close the letterPath.

This commit is contained in:
Jürg Lehni 2011-02-14 01:48:15 +00:00
parent ed55dc39fb
commit d33a2decab

View file

@ -37,6 +37,7 @@
new Segment(new Point(104.91015625, 298.31494140625), new Point(44.30419921875, 0), new Point(-18.111328125, 0)),
new Segment(new Point(56.984375, 286.0546875), new Point(10.03076171875, 6.6875))
);
letterPath.closed = true;
letterPath.fillColor = 'black';
doc.redraw();
}