From 5e271359b97b84ff994ff42816899267d04c8f96 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 21 Feb 2011 01:16:53 +0100 Subject: [PATCH] Add todo. --- src/path/CompoundPath.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/path/CompoundPath.js b/src/path/CompoundPath.js index 90739482..ecf7f4f5 100644 --- a/src/path/CompoundPath.js +++ b/src/path/CompoundPath.js @@ -40,6 +40,8 @@ CompoundPath = PathItem.extend(new function() { } }, + // TODO: add getBounds + /** * If this is a compound path with only one path inside, * the path is moved outside and the compound path is erased.