This page lists the SVG elements and attributes that MapleCAM can import.
| Element | Notes |
<path> | Full path data (d attribute) including M, L, H, V, C, S, Q, T, A, Z commands |
<rect> | Rectangles (with optional rounded corners) |
<circle> | Circles |
<ellipse> | Ellipses |
<line> | Line segments |
<polyline> | Open polylines |
<polygon> | Closed polygons |
<g> | Groups (transforms are applied to children) |
| Attribute | Notes |
transform | translate, rotate, scale, matrix, skewX, skewY |
d | Path data on <path> elements |
viewBox | Used for coordinate scaling |
width, height | Document dimensions (used with viewBox for scaling) |
- Text elements (convert to paths in your editor first)
- Raster images (
<image>)
- Gradients and patterns (fill/stroke styling)
- Clipping paths and masks
- CSS styling (inline
style attribute is partially supported)
- Filters and effects
<use> / <defs> references (may have partial support)