graphicsvg icon indicating copy to clipboard operation
graphicsvg copied to clipboard

problem with `custom` documentation

Open CSchank opened this issue 5 years ago • 0 comments

https://package.elm-lang.org/packages/MacCASOutreach/graphicsvg/latest/GraphicSVG#custom

In block comment:

custom [ ( 10, 5 ) ] 5 -- a line with dashes 10 long and spaces 5 long

custom [ ( 10, 5 ), ( 20, 5 ) ] -- on for 10, off 5, on 20, off 5

Second line needs a thickness.

CSchank avatar Jun 06 '19 22:06 CSchank