summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-04-11 18:09:03 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-04-11 18:09:03 +0200
commit6f8cc553eb2982e55e18434599143b5b90220b5d (patch)
treee21db472adaeaa5ff9934fabff375de4f2f99ef9
parentbfd6f267ef2235dd758ea5b5a02fa47d78b6b989 (diff)
blur: Fix typo.
-rw-r--r--pict.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pict.scm b/pict.scm
index 228aa1d..21fac99 100644
--- a/pict.scm
+++ b/pict.scm
@@ -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