@@ -6,7 +6,7 @@ editing projection, a canvas overlay and inspectors from that source. Files are
|
||||
processed in the browser; the app has no backend, upload endpoint, telemetry or
|
||||
runtime CDN dependency.
|
||||
|
||||
Version 0.1.0 delivers the structured viewer/editor milestone (MVP 1) and
|
||||
Version 0.2.0 delivers the structured viewer/editor milestone (MVP 1) and
|
||||
tested vertical slices of the path, transform, reference, optimization,
|
||||
security, accessibility, animation and export milestones. The later milestone
|
||||
lists below remain a roadmap, not a claim of complete vector-editor coverage.
|
||||
@@ -26,7 +26,7 @@ lists below remain a roadmap, not a claim of complete vector-editor coverage.
|
||||
- No editor namespace or persistent editor attribute is added to normal SVG
|
||||
exports.
|
||||
|
||||
## Implemented in 0.1.0
|
||||
## Implemented in 0.2.0
|
||||
|
||||
- open, drop and paste SVG; magic-byte SVGZ import; new-document templates;
|
||||
- XML editor, ranged diagnostics, structure tree, filtering and synchronized
|
||||
@@ -34,6 +34,8 @@ lists below remain a roadmap, not a claim of complete vector-editor coverage.
|
||||
- safe canvas, zoom, pan, grid, selected bounds and last-valid state;
|
||||
- document dimensions, `viewBox`, `preserveAspectRatio`, arbitrary attributes,
|
||||
fill, stroke, opacity, rotate, flip, translate, scale and skew;
|
||||
- undoable subtree duplicate/delete for ID-free nodes, with duplicate-ID and
|
||||
external-reference guards rather than silently breaking the document;
|
||||
- exact undo/redo and explicit source-diff previews;
|
||||
- parsing of `M L H V C S Q T A Z`, absolute/relative and repeated groups;
|
||||
- anchors, cubic and quadratic controls, derived smooth controls, arc controls,
|
||||
@@ -69,7 +71,7 @@ derived control intentionally expands shorthand to explicit normalized geometry.
|
||||
Visual path edits currently serialize the selected `d` attribute in normalized
|
||||
absolute form; surrounding source is untouched.
|
||||
|
||||
Not yet implemented: multi-node modes, delete/convert/join/break/combine,
|
||||
Not yet implemented: multi-node modes, path join/break/combine,
|
||||
subpath-start changes, a pen tool, snapping, simplification, boolean operations,
|
||||
round corners and stroke-to-path.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user