From 1f8038ac582422c8bceea9c1364b3e05fdbea3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Sat, 9 May 2020 19:17:30 +0200 Subject: [PATCH] fix: Adapt spelling of gradient macros to other svg macros This is a breaking change! --- src/shortcuts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shortcuts.rs b/src/shortcuts.rs index ba138ef89..cdc40f94d 100644 --- a/src/shortcuts.rs +++ b/src/shortcuts.rs @@ -189,7 +189,7 @@ element_svg! { // missing-glyph => MissingGlyph; // todo unable to populate with macro due to hyphen pattern => Pattern; svg => Svg; switch => Switch; symbol => Symbol; unknown => Unknown; // SVG gradient elements - linear_gradient => LinearGradient; radial_gradient => RadialGradient; mesh_gradient => MeshGradient; + linearGradient => LinearGradient; radialGradient => RadialGradient; meshGradient => MeshGradient; stop => Stop; // SVG graphics elements image => Image;