JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak for firefox
authorJason Woofenden <jason@jasonwoof.com>
Sat, 29 Aug 2015 18:08:52 +0000 (14:08 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 29 Aug 2015 18:08:52 +0000 (14:08 -0400)
auto.coffee
styl.styl

index e36132f..fcde726 100644 (file)
@@ -34,6 +34,7 @@ class RectWidget extends Widget
                        width: @width - 2
                        height: @height - 2
                        class: 'box'
                        width: @width - 2
                        height: @height - 2
                        class: 'box'
+                       style: 'filter: url(#crayon)'
        move: (args) ->
                super args
                @el.setAttribute 'x', @x + 1
        move: (args) ->
                super args
                @el.setAttribute 'x', @x + 1
index bccabd4..ef85724 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -39,4 +39,4 @@ p
                        stroke-width: 4;
                        stroke-linecap: butt;
                        stroke-linejoin:miter;
                        stroke-width: 4;
                        stroke-linecap: butt;
                        stroke-linejoin:miter;
-                       filter: url(#crayon);
+                       // this doesn't work in firefox: filter: url(#crayon);