Skip to content

Commit

Permalink
Fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jul 6, 2022
1 parent 7702643 commit b9e18c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Plotting with paint is a tricky process where the brush must be regularly dipped

For this to work, the layers in ``input.svg`` must be named after their respective color and, for each such color, a file named ``dip_COLORNAME.svg`` must exist. For example, if ``input.svg`` has two layers named "red" and "blue", then the ``dip_red.svg`` and ``dip_blue.svg`` files must exist.

The output file will have the same layers as the input file, but they will start with the corresponding dipping pattern, which will also be interspersed regularly based on the cummulative drawing distance provided to the :ref:`cmd_splitdist` command.
The output file will have the same layers as the input file, but they will start with the corresponding dipping pattern, which will also be interspersed regularly based on the cumulative drawing distance provided to the :ref:`cmd_splitdist` command.


HPGL export recipes
Expand Down

0 comments on commit b9e18c8

Please sign in to comment.