Document SVG support specification before implementation#75
Document SVG support specification before implementation#75
Conversation
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
|
@copilot thanks. I think you have a couple of examples not quite right? I could be wrong but I think $bind / $children are used in unison on the same object. I think your |
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
You're absolutely right! I fixed the SVG data binding example to use the correct pattern with The corrected example now properly wraps the repeated Fixed in commit 4531861. |
SVG Support Documentation - Complete
Summary
Added comprehensive documentation for SVG support to both README.md and spec.md without implementing the actual functionality. The documentation includes:
SVG Tags (20 total):
svg,g,defs,symbol,usecircle,rect,ellipse,line,polyline,polygon,pathtext,tspanlinearGradient,radialGradient,stopclipPath,mask,patternanimate,animateTransformDocumentation Includes:
Latest Update:
$bindand$childrenon the same container element (ggroup), matching the established pattern used for HTML elements likeul/li.The extent of changes shows that SVG support would add significant functionality while maintaining consistency with the existing Treebark template system.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.