feat(NemaGFX): add vector draw task support (#8938)

This commit is contained in:
Liam Howatt
2025-10-02 16:26:54 +02:00
committed by GitHub
parent b97b928b21
commit 75efb0a12e
11 changed files with 303 additions and 19 deletions
+2
View File
@@ -0,0 +1,2 @@
<svg width="12cm" height="4cm" viewBox="0 0 1200 400">
<circle cx="600" cy="200" r="100" fill="red" stroke="blue" stroke-width="10"/></svg>

After

Width:  |  Height:  |  Size: 139 B