--- In [email protected], "dfi10x" <[EMAIL PROTECTED]> wrote: > I'm trying to make a reapting background with SVG and a image. > The image should not be renderd, but SVG is doing everytime i give > it an opacity. > > Here's the code: > > <pattern id="innerGraphBackgound" patternUnits="userSpaceOnUse" > x="0" y="0" width="10" height="10"> > <image xlink:href="image.gif" x="0" y="0" width="10" height="10" > style="opacity:0.5;image-rendering:optimizeSpeed;"/> > </pattern> > ..... > ..... > <rect x="0" y="0" width="600" height="1000" style="fill: url > (#innerGraphBackgound)"/> > > > So far this works, i have a wallpaper but its renderd. > If i deactivated "High Quality" in the Contextmenu it looks normal. > > I only want this picture not to renderd... > > > Does someone know whats wrong? > > Greets, > Florian
Is there nobody who knows something about this... ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

