diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-04-11 18:09:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-04-11 18:09:03 +0200 |
commit | 6f8cc553eb2982e55e18434599143b5b90220b5d (patch) | |
tree | e21db472adaeaa5ff9934fabff375de4f2f99ef9 | |
parent | bfd6f267ef2235dd758ea5b5a02fa47d78b6b989 (diff) |
blur: Fix typo.
-rw-r--r-- | pict.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ strings that are built from the list of attributes LST." (new-width (+ (pict-width pict) (* 2 radius)))) (make-pict `(svg (@ (width ,new-width) - (height ,new-width) + (height ,new-height) (class "blur")) (g (defs (filter |