James Brundage
James Brundage
While Copy-SVG should certainly be able to copy files, it should truly shine when creating a new image by repeatedly copying an existing image. For the sake of efficiency, a...
There are too many examples, and duplicating them across multiple files makes the module bigger than it should be. Instead of this approach, we will simply make each example a...
MDN reorganized several of its attributes into groups, and reduced the attribute data in its json files. This has the net effect of breaking the current build, and will require...
Almost all SVG commands should support an `-InA` parameter, which will enable them to be repurposed in the multitude of ways that SVG allows. For example, any SVG can easily...
The [slot attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot) lets us render in a slot in a template. All SVGs should support `-Slot`, so that they can be more easily included in a template.
PSSVG is already full of templates for SVG, but there are not too many templates for template creation. This is because template are _technically_ part of the HTML standard, but...