summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawimage.h')
-rw-r--r--Build/source/utils/asymptote/drawimage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawimage.h b/Build/source/utils/asymptote/drawimage.h
index a0f2aff2b09..1f2c28175a0 100644
--- a/Build/source/utils/asymptote/drawimage.h
+++ b/Build/source/utils/asymptote/drawimage.h
@@ -10,7 +10,6 @@
#include "drawelement.h"
#include "array.h"
-#include "pen.h"
namespace camp {
@@ -62,6 +61,9 @@ public:
return true;
}
+ bool svg() {return true;}
+ bool svgpng() {return true;}
+
drawElement *transformed(const transform& T) {
return new drawImage(image,palette,T*t,antialias,type);
}