graphicsvg
graphicsvg copied to clipboard
Graphics library authored by Chris Schankula and Dr. Christopher Anand
Using the new unified Pointer events API we can handle both touch and cursor at once.
How do you put line breaks in `text` shapes? `\n`s get erased in the html.
Related to the way co-ordinates are calculated within a div after the introduction of widgets. Seems to work in 7.0.0 if I remember correctly. Thanks to @kapooa13 for finding this...
Hello :wave:! I noticed an unused dependency in your package. Here is a pull request to remove it. After this gets merged, I recommend publishing a new release, unless you...
Thank you for the package. It's quite nice to use ... currently trying to build a chess game. One small thing I'm struggling with is the fact that the resulting...
I think we do a "repaint" in the background, which likely causes this.
My app will be a single GraphicsSVG element on a page. However, I need to use ports so I can call to Js for sounds. The graphics will have state...
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 ),...
Maybe use this as inspiration: https://github.com/annaghi/dnd-list
Create some examples using Elm's Random module with GraphicSVG to create random games / graphics.