Pathgl implements a scenegraph with svg semantics. Documented here is a list of discrepancies between the pathGL virtualDOM and the SVG 1.1 Specification. Expect this list to get shorter and eventually disappear completely.
defs are not yet implemented. descriptions and symbols are not yet implemented use, image, and switch elements are not yet implemented
styling is not currently supported except via
pathgl.applyCSSRules()
numeric attributes must have a value equal to or greater than zero. transform attributes are not yet implemented
curve, cubic bezier, quadratic bezier, and elliptical arc commands are not yet implemented.
polyline and polygon elements are not yet implemented
text is not yet implemented
marker symbols are not yet implemented rendering hints are not yet implemented
color profiles are not yet implemented
gradients and patterns are not yet implemented
clipping and masking are not yet implemented
filter effects are not yet implemented
pointer-events are not stylable yet cursor property is not yet implemented
linking is not yet implemented
eventlisteners must be added with the AddEventListener method. eventListeners cannot be defined as attributes such as "onclick"
animation attributes are not yet implemented
foreign namespaces and private data are not yet implemented
Metadata elements are not yet implemented