From: Jason Woofenden Date: Sat, 7 Nov 2015 04:23:03 +0000 (-0500) Subject: css bump X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=commitdiff_plain;h=f5278d33e7bbb7d8f723ad43b678fcca0e600f0d;hp=f65a88a4b471687241a8cb8ed43f3573b77a583e css bump --- 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