From f5278d33e7bbb7d8f723ad43b678fcca0e600f0d Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 6 Nov 2015 23:23:03 -0500 Subject: [PATCH] css bump --- style.styl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.7.10.4