Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/imagickdraw/setstrokedasharray.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ Specifies the pattern of dashes and gaps used to stroke paths. The
strokeDashArray represents an array of numbers that specify the lengths of
alternating dashes and gaps in pixels. If an odd number of values is
provided, then the list of values is repeated to yield an even number of
values. To remove an existing dash array, pass a zero number_elements
argument and null dash_array. A typical strokeDashArray_ array might
contain the members 5 3 2.
values. To remove an existing dash array, pass a null strokeDashArray.
A typical strokeDashArray might contain the members 5 3 2.