tkormann 01/10/18 02:05:17 Modified: samples/tests/resources/svg defs.svg samples/tests/spec/structure useStylesheet.svg Removed: samples/tests/resources/style useStylesheet.css useStylesheet2.css Log: patch the test Revision Changes Path 1.8 +2 -2 xml-batik/samples/tests/resources/svg/defs.svg Index: defs.svg =================================================================== RCS file: /home/cvs/xml-batik/samples/tests/resources/svg/defs.svg,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- defs.svg 2001/10/18 08:52:03 1.7 +++ defs.svg 2001/10/18 09:05:17 1.8 @@ -14,10 +14,10 @@ <!-- Test description here --> <!-- --> <!-- @author [EMAIL PROTECTED] --> -<!-- @version $Id: defs.svg,v 1.7 2001/10/18 08:52:03 tkormann Exp $ --> +<!-- @version $Id: defs.svg,v 1.8 2001/10/18 09:05:17 tkormann Exp $ --> <!-- ========================================================================= --> -<?xml-stylesheet type="text/css" href="../style/useStylesheet.css" ?> +<?xml-stylesheet type="text/css" href="../style/subdir/useStylesheet.css" ?> <svg width="450" height="500" viewBox="0 0 450 500"> 1.2 +2 -2 xml-batik/samples/tests/spec/structure/useStylesheet.svg Index: useStylesheet.svg =================================================================== RCS file: /home/cvs/xml-batik/samples/tests/spec/structure/useStylesheet.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- useStylesheet.svg 2001/10/18 08:52:04 1.1 +++ useStylesheet.svg 2001/10/18 09:05:17 1.2 @@ -14,10 +14,10 @@ <!-- Test use and styling --> <!-- --> <!-- @author [EMAIL PROTECTED] --> -<!-- @version $Id: useStylesheet.svg,v 1.1 2001/10/18 08:52:04 tkormann Exp $ --> +<!-- @version $Id: useStylesheet.svg,v 1.2 2001/10/18 09:05:17 tkormann Exp $ --> <!-- ========================================================================= --> -<?xml-stylesheet type="text/css" href="../../resources/style/useStylesheet2.css" ?> +<?xml-stylesheet type="text/css" href="../../resources/style/subdir/useStylesheet2.css" ?> <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?> <svg width="450" height="500" viewBox="0 0 450 500">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]