[xep-support] Support for SVG patterns?

Alexander Peshkov peshkov at renderx.com
Tue Aug 10 01:37:17 PDT 2004


Hello Tim,

You can achieve similar effect using clipping. For example if you
creating bar-chart you can use following technic: for every bar create
clipPath element with the rectangle of desired bar inside and then draw a
picture-wide rectangle stroked as you like. On each such rectangle set
clip-path reference that points to the appropriate bar clippath. As a
result big stroked picture will be clipped by the bar rectangle and
what you see will be a bar filled with desired stroking.

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX

TD> Hello,

TD> I'm doing some experiments in an attempt to use SVG for rendering 
TD> graphs within my documents. My goal is to replace a library that we use 
TD> to generate graphs as images, and to use SVG instead.

TD> One of the problems I am having is that my SVG <pattern> elements do 
TD> not appear to be working. Looking at the XEP documentation, I see that 
TD> <pattern> is not one of the ones listed as a supported element.

TD> Am I correct in assuming then that patterns are not supported by XEP? 
TD> Any recommendations on how I might achieve a similar effect?

TD> Thanks,

TD> - Tim

TD> -------------------
TD> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
TD> in the body of the message to majordomo at renderx.com from the address
TD> you are subscribed from.
TD> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list