summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-18 19:57:45 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-18 19:57:58 -0600
commit35663754cf1be81b1211cb9c1b71771867aa83ae (patch)
tree7e379a8fd156d19a38ebd4d1caa39c21b2db88bf
parent1ab400dc16a002709740778fcbc52b3672a5c4fc (diff)
downloadlibrsvg-35663754cf1be81b1211cb9c1b71771867aa83ae.tar.gz
features.rst: Fix a few links
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/783>
-rw-r--r--devel-docs/features.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/devel-docs/features.rst b/devel-docs/features.rst
index 9b0a780c..d21cd07d 100644
--- a/devel-docs/features.rst
+++ b/devel-docs/features.rst
@@ -1,12 +1,15 @@
SVG and CSS features that librsvg supports
==========================================
-Librsvg tries to be a mostly complete renderer for SVG1.1 and SVG2.
+Librsvg tries to be a mostly complete renderer for `SVG1.1
+<https://www.w3.org/TR/SVG11/>`_ and `SVG2
+<https://www.w3.org/TR/SVG2/>`_.
-In terms of processing external references, librsvg is a bit more strict
-than SVG’s “static mode” and a bit more lenient than “secure static
-mode”. See “Security and locations of referenced files” in the reference
-documentation for details.
+In terms of processing external references, librsvg is a bit more
+strict than SVG’s “static mode” and a bit more lenient than “secure
+static mode”. See "`Security and locations of referenced files
+<https://gnome.pages.gitlab.gnome.org/librsvg/Rsvg-2.0/class.Handle.html#security-and-locations-of-referenced-files>`_"
+in the reference documentation for details.
Animation, interactivity, and scripting are not supported.
@@ -785,7 +788,7 @@ FIXME: ``xml:space`` attribute
Explicitly Unsupported features
-------------------------------
-- ``flowRoot`` element and its children - Inkscape, SVG 1.2 only., #13
+- ``flowRoot`` element and its children - Inkscape, SVG 1.2 only.
- ``glyph-orientation-horizontal`` property - SVG1.1 only, removed in
SVG2