SVG Renderer|Added: Support for line strips and loops
An SVG line may now contain any number of points. GL-primitive typeis determined automatically. If the final point's coordinates areequal to those of the first, the line is converted to a loop.
View differences
SVG Renderer|Added: Support for line strips and loops
An SVG line may now contain any number of points. GL-primitive type
is determined automatically. If the final point's coordinates are
equal to those of the first, the line is converted to a loop.