add the link for explanation of the path elliptical

This commit is contained in:
Edouard Dupin 2012-05-29 13:00:26 +02:00
parent f3db4e949e
commit f11fa06e7f

View File

@ -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) << "????" );