You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/07/08 11:18:28 UTC

[GitHub] [royale-asjs] yishayw commented on issue #883: Jewel and ClipBead

yishayw commented on issue #883:
URL: https://github.com/apache/royale-asjs/issues/883#issuecomment-655454853


   Sorry for the late answer. We're using it with org.apache.royale.svg.Image. If you can use it with that, you can do something like:
   
   <svg:Image src="...">
     <svg:beads>
        <svg:ClipBead id="myClipBead"/>
     </svg:beads>
   </svg:Image>
   
   And then:
   var myPath:PathBuilder= new PathBuilder();
   myPath.draw...
   myClipBead.path  = myPath.
   
   I'm not sure this is what you are looking for - specifically I'm not sure if we have a simple way to create a circle with PathBuilder. It might be better to try to create your own bead.
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org