Bump version and update Changes
[svg-spritemaker.git] / svg-spritemaker
index 3762063910e647596d4fd4c2379521a21efb86ed..20c5adee34344aa10329d4addf8980862ffb6788 100755 (executable)
@@ -60,6 +60,16 @@ example in the SYNOPSIS).
 
 =back
 
+If an ID is shared between two or more input files, this program will
+try to rename each occurence except for the first one. This operation
+might have false positives (attributes/cdatas that are mistakenly
+identified to contain the ID-to-be-renamed) and false negatives
+(attributes/cdatas that actually contain the ID-to-be-renamed but this
+is missed by the module), and as such svg-spritemaker will warn if
+duplicate IDs are detected. You can suppress this warning by setting
+the C<SVG_SPRITEMAKER_NO_DUPLICATE_WARNINGS> environment variable to a
+true value.
+
 =head1 SEE ALSO
 
 L<SVG::SpriteMaker>, L<https://css-tricks.com/svg-fragment-identifiers-work/>
@@ -70,7 +80,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
This page took 0.009473 seconds and 4 git commands to generate.