From 22ed3d8d096b50e8364c0004640f318de52806ad Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Thu, 25 Jul 2024 14:25:29 +0200 Subject: [PATCH] Fix docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index b8f0f700..701e0715 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,8 +49,8 @@ Among the unsupported features are currently: - The `spreadMethod` attribute of gradients - Raster images are not color managed but use PDF's DeviceRGB color space - A number of features that were added in SVG2, See -[here](https://github.com/RazrFalcon/resvg/blob/master/docs/svg2-changelog.md) for a more -comprehensive list. + [here](https://github.com/RazrFalcon/resvg/blob/master/docs/svg2-changelog.md) for a more + comprehensive list. */ mod render;