|
@@ -13,7 +13,7 @@
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
<p class="desc">
|
|
|
- This is class is used to convert a series of shapes to an array of [page:Path]s, for example an SVG shape to a
|
|
|
+ This class is used to convert a series of shapes to an array of [page:Path]s, for example an SVG shape to a
|
|
|
path (see the example below). It is used internally by [page:Font] to convert a font in JSON format to a
|
|
|
series of paths.
|
|
|
</p>
|
|
@@ -78,7 +78,7 @@
|
|
|
</p>
|
|
|
<p>
|
|
|
Converts the [page:ShapePath.subPaths subPaths] array into an array of Shapes. By default solid shapes are defined clockwise (CW) and holes are defined counterclockwise (CCW). If isCCW is set to true,
|
|
|
- then those are flipped. If the paramater noHoles is set to true then all paths are set as solid shapes and isCCW is ignored.
|
|
|
+ then those are flipped. If the parameter noHoles is set to true then all paths are set as solid shapes and isCCW is ignored.
|
|
|
<br/>
|
|
|
|
|
|
</p>
|