aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/pen-properties.reel
diff options
context:
space:
mode:
authorPushkar Joshi2012-04-02 15:25:00 -0700
committerPushkar Joshi2012-04-02 15:25:00 -0700
commit878743cbbb75f2fc84855ca27779597b67ab1a95 (patch)
tree3744a6bc9ee21fde57dd3b3a1d348d070c5a74c0 /js/components/tools-properties/pen-properties.reel
parentdefde265799bb8d6826bb368f04168612e7feb5a (diff)
downloadninja-878743cbbb75f2fc84855ca27779597b67ab1a95.tar.gz
render the pen path with local coordinates, but use stage world coordinates to position the canvas on which the path is rendered
AND add data-montage- to the ids in the pen and brush reels AND fix a bug with pen stroke transparency not working
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel')
-rwxr-xr-xjs/components/tools-properties/pen-properties.reel/pen-properties.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.html b/js/components/tools-properties/pen-properties.reel/pen-properties.html
index 74a3a747..acbedcac 100755
--- a/js/components/tools-properties/pen-properties.reel/pen-properties.html
+++ b/js/components/tools-properties/pen-properties.reel/pen-properties.html
@@ -39,7 +39,7 @@
39 </head> 39 </head>
40 40
41 <body> 41 <body>
42 <div id="penProperties" class="subToolHolderPanel"> 42 <div data-montage-id="penProperties" class="subToolHolderPanel">
43 <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> 43 <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;">
44 <label class="label"> Stroke:</label> 44 <label class="label"> Stroke:</label>
45 <div id="strokeSize" class="label"></div> 45 <div id="strokeSize" class="label"></div>