X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=style.styl;h=54a5e0d73b804ee1c1e843cf2ac7b9f2fda5695f;hp=88c81dec1c9fdf7f698fcd4b9c6658306ba6bad6;hb=HEAD;hpb=07afba144d71e121c3bd47827ec98c12a71f80e8 diff --git a/style.styl b/style.styl index 88c81de..54a5e0d 100644 --- a/style.styl +++ b/style.styl @@ -31,7 +31,7 @@ color_controls_dragging = #666 stroke-miterlimit: 4 stroke-opacity: 1 stroke-dasharray: none - // fails in firefox (must be inline) filter: url(#crayon) + // svg element has: filter: url(#crayon) (firefox can't handle it being here) .canvas_border overflow: hidden fill: none @@ -41,14 +41,13 @@ color_controls_dragging = #666 stroke-linejoin:miter stroke-dasharray:2 4 stroke-dashoffset:1 - //stroke-opacity:1;marker:none;enable-background:accumulate .box stroke: color_crayon fill: none stroke-width: 4 stroke-linecap: butt stroke-linejoin:miter - // this doesn't work in firefox: filter: url(#crayon) + // svg element has: filter: url(#crayon) (firefox can't handle it being here) .box, .polyline stroke: color_crayon .box.selected, .polyline.selected