keiron 2002/08/02 02:57:11 Modified: test/resources/fop/svg transparency.svg Log: added test, currently not handled, for a transparency factor on whole image Revision Changes Path 1.2 +11 -0 xml-fop/test/resources/fop/svg/transparency.svg Index: transparency.svg =================================================================== RCS file: /home/cvs/xml-fop/test/resources/fop/svg/transparency.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- transparency.svg 21 Jun 2002 15:17:36 -0000 1.1 +++ transparency.svg 2 Aug 2002 09:57:10 -0000 1.2 @@ -35,5 +35,16 @@ <text x="280" y="75" style="font-size:20;font-weight:bold;fill-opacity:0.6;fill:green">SEE</text> <text x="250" y="95" style="font-size:20;font-weight:bold;fill-opacity:0.4;fill:orange;stroke:red">THROUGH</text> +<text x="220" y="205" style="font-size:12">Uniform Image Transparency</text> +<defs> + <filter id="matrixGreen" filterUnits="objectBoundingBox" + x="0%" y="0%" width="100%" height="100%"> + <feTurbulence type="turbulence" baseFrequency="0.05" numOctaves="2" stitchTiles="noStitch" seed="0" result="turb"/> + <feColorMatrix type="matrix" values="0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1" /> + </filter> +</defs> +<rect x="240" y="225" width="100" height="75" style="opacity:0.4;filter:url(#matrixGreen)" /> + + </svg>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
