projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec76a24
)
Support icon opacity in fill (casing-opacity already supported. Makes the dupe nodes...
author
Andy Allan
<gravitystorm@gmail.com>
Tue, 16 Nov 2010 16:33:12 +0000
(16:33 +0000)
committer
Andy Allan
<gravitystorm@gmail.com>
Tue, 16 Nov 2010 16:33:12 +0000
(16:33 +0000)
net/systemeD/halcyon/NodeUI.as
patch
|
blob
|
history
diff --git
a/net/systemeD/halcyon/NodeUI.as
b/net/systemeD/halcyon/NodeUI.as
index 07477bc6e0dcd0f72bb5a8bfb3c358eb5cc12080..04347c802e82b50194fea5ec8ae5fd0f79987da8 100644
(file)
--- a/
net/systemeD/halcyon/NodeUI.as
+++ b/
net/systemeD/halcyon/NodeUI.as
@@
-143,7
+143,7
@@
package net.systemeD.halcyon {
// get colours
if (styleList.shapeStyles[sublayer]) {
var s:ShapeStyle=styleList.shapeStyles[sublayer];
- if (!isNaN(s.color)) { icon.graphics.beginFill(s.color);
+ if (!isNaN(s.color)) { icon.graphics.beginFill(s.color
, s.opacity ? s.opacity : 1
);
}
if (s.casing_width || !isNaN(s.casing_color)) {
icon.graphics.lineStyle(s.casing_width ? s.casing_width : 1,