add the link for explanation of the path elliptical
This commit is contained in:
parent
f3db4e949e
commit
f11fa06e7f
@ -334,6 +334,7 @@ void svg::Path::Display(int32_t spacing)
|
||||
break;
|
||||
case PATH_ENUM_ELLIPTIC:
|
||||
SVG_DEBUG(SpacingDist(spacing+4) << "ELLIPTIC (TODO...)" );
|
||||
// show explanation at : http://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands
|
||||
break;
|
||||
default:
|
||||
SVG_DEBUG(SpacingDist(spacing+4) << "????" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user