From 2bad6b2722b0b67af184866f5781b292afb3061a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 2 Apr 2021 21:25:01 +0200 Subject: [PATCH] yet another todo note --- src/serializers/SvgSerializer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/serializers/SvgSerializer.cpp b/src/serializers/SvgSerializer.cpp index 9971d3f148..010d713fef 100644 --- a/src/serializers/SvgSerializer.cpp +++ b/src/serializers/SvgSerializer.cpp @@ -181,6 +181,7 @@ void SvgSerializer::write(path_object& p, const TopoDS_Wire& wire, boost::option path.add(center.Y()); // @todo isn't there a ")" missing here? // @todo also X, Y are not added to {x,y}coords vector + // @todo also z_rotation is in radians, should be in degrees // Bounding box: // More important to have all geometry in bounding box than to be minimal