From 72ac909713be87ba98cf68e4490b6ba6a04b4738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 4 Jun 2011 16:12:40 +0100 Subject: [PATCH] Include CurveFlattener.js in build. --- src/paper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/paper.js b/src/paper.js index ca0d4d0b..cf83fdf3 100644 --- a/src/paper.js +++ b/src/paper.js @@ -67,6 +67,7 @@ var paper = new function() { //#include "path/SegmentPoint.js" //#include "path/SelectionState.js" //#include "path/Curve.js" +//#include "path/CurveFlattener.js" //#include "path/CurveLocation.js" //#include "path/PathItem.js" //#include "path/Path.js"