diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-28 03:02:40 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-28 03:02:40 +0000 |
commit | 7a8d1925127ad121a8f591db931524f9b8eacb93 (patch) | |
tree | df5084184ea4d6732d6a9fae1d263b6915dbb36d /dviware/dvisvgm/doc | |
parent | a911d39178540078c8ff5bc880418478d7433c40 (diff) |
CTAN sync 202202280302
Diffstat (limited to 'dviware/dvisvgm/doc')
-rw-r--r-- | dviware/dvisvgm/doc/dvisvgm.1 | 17 | ||||
-rw-r--r-- | dviware/dvisvgm/doc/dvisvgm.txt.in | 9 |
2 files changed, 20 insertions, 6 deletions
diff --git a/dviware/dvisvgm/doc/dvisvgm.1 b/dviware/dvisvgm/doc/dvisvgm.1 index 8d9274bfd7..9356f2910e 100644 --- a/dviware/dvisvgm/doc/dvisvgm.1 +++ b/dviware/dvisvgm/doc/dvisvgm.1 @@ -2,12 +2,12 @@ .\" Title: dvisvgm .\" Author: Martin Gieseking <martin.gieseking@uos.de> .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 2022-01-18 +.\" Date: 2022-02-26 .\" Manual: dvisvgm Manual -.\" Source: dvisvgm 2.13.2 +.\" Source: dvisvgm 2.13.3 .\" Language: English .\" -.TH "DVISVGM" "1" "2022\-01\-18" "dvisvgm 2\&.13\&.2" "dvisvgm Manual" +.TH "DVISVGM" "1" "2022\-02\-26" "dvisvgm 2\&.13\&.3" "dvisvgm Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -628,7 +628,16 @@ or \fBid\fR, prevents this\&. .RE .PP -\fBremove\-clippath\fR +\fBreassign\-clippaths\fR +.RS 4 +Collects all +\fBclipPath\fR +elements that differ only by their IDs\&. Afterwards, the duplicates are removed so that only one remains\&. All +\fBclip\-path\fR +attributes referencing one of the duplicates are updated accordingly\&. +.RE +.PP +\fBremove\-clippaths\fR .RS 4 Removes all redundant \fIclipPath\fR diff --git a/dviware/dvisvgm/doc/dvisvgm.txt.in b/dviware/dvisvgm/doc/dvisvgm.txt.in index 1fdd5b551b..fcadbee66b 100644 --- a/dviware/dvisvgm/doc/dvisvgm.txt.in +++ b/dviware/dvisvgm/doc/dvisvgm.txt.in @@ -22,7 +22,7 @@ Martin Gieseking <@PACKAGE_BUGREPORT@> :man source: dvisvgm :man version: @VERSION@ :man manual: dvisvgm Manual -:revdate: 2022-01-18 10:32 +0100 +:revdate: 2022-02-26 19:08 +0100 Name ---- @@ -436,7 +436,12 @@ The following list describes the currently available optimizer modules. inheritable properties, such as +fill+ or +stroke-width+, into account and only removes them from an element if none of the other attributes, like +id+, prevents this. - *remove-clippath*;; + *reassign-clippaths*;; + Collects all +clipPath+ elements that differ only by their IDs. Afterwards, the duplicates are + removed so that only one remains. All +clip-path+ attributes referencing one of the duplicates + are updated accordingly. + + *remove-clippaths*;; Removes all redundant 'clipPath' elements. This optimization was already present in former versions of dvisvgm and was always applied by default. This behavior is retained, i.e. dvisvgm executes this module even if option *--optimize* is not given. You can use argument 'none' to prevent that. |