diff --git a/tutorials/paths/using-color-and-style/index.html b/tutorials/paths/using-color-and-style/index.html index 416ba151..00686db2 100644 --- a/tutorials/paths/using-color-and-style/index.html +++ b/tutorials/paths/using-color-and-style/index.html @@ -248,7 +248,7 @@
-The PathStyle Object
The Style Object
Every item also has an item.style property which is an object containing only style properties.
@@ -337,7 +337,7 @@As I mentioned earlier, all newly created items automatically receive the currently active path style properties as defined in the Illustrator interface. We can also change these through code by using currentStyle.
-currentStyle is the PathStyle object of the project and contains the currently active style properties such as fillColor and strokeColor. +currentStyle is the Style object of the project and contains the currently active style properties such as fillColor and strokeColor.
The following example changes the current style of the project, then creates a path which inherits that style. Then it changes the strokeWidth and fillColor and creates another path. @@ -436,4 +436,4 @@