bundle: update (2026-01-16)

This commit is contained in:
2026-01-16 00:15:37 +00:00
parent 5398165072
commit 94d3219d57
169 changed files with 39901 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://purl.oclc.org/dsdl/schematron">
<ns uri="http://www.inkscape.org/namespace/inkscape/extension" prefix="inx"/>
<pattern>
<title>duplicateOptionValues</title>
<rule context="//inx:param/inx:option">
<report test="preceding-sibling::inx:option/@value = @value">Warning: @value values should be unique for a given option.</report>
</rule>
</pattern>
</schema>