RE: BevelFilter

2019-01-10 Thread Yishay Weiss
Thanks, Alex and Om. Will pick this up on Sunday. From: OmPrakash Muppirala Sent: Wednesday, January 9, 2019 10:07:15 PM To: dev@royale.apache.org Subject: Re: BevelFilter It seems like using the feConvolveMatrix lets you achieve bevel (and other kinds of

Re: BevelFilter

2019-01-09 Thread OmPrakash Muppirala
g to implement > something according to the explanation that’s there and test to see how > different it is to the flash implementation. > > > > To answer your other questions, we want to solve the generic problem > (we’re writing an editor, so we can’t assume users will on

Re: BevelFilter

2019-01-09 Thread Alex Harui
the flash implementation. To answer your other questions, we want to solve the generic problem (we’re writing an editor, so we can’t assume users will only use a certain shape) for SVG. Thanks. ____ From: Alex Har

RE: BevelFilter

2019-01-09 Thread Yishay Weiss
, we want to solve the generic problem (we’re writing an editor, so we can’t assume users will only use a certain shape) for SVG. Thanks. From: Alex Harui Sent: Wednesday, January 9, 2019 10:24:05 AM To: dev@royale.apache.org Subject: Re: BevelFilter This

Re: BevelFilter

2019-01-09 Thread Alex Harui
Sent: Wednesday, January 9, 2019 9:53:32 AM To: dev@royale.apache.org Subject: RE: BevelFilter Hi Olaf, Well, I was hoping to write a Royale bead rather than use a third party library. I’m more interested in the alogorithm used for flash and Photoshop, ass

RE: BevelFilter

2019-01-08 Thread Yishay Weiss
[1] https://www.w3schools.com/graphics/svg_filters_intro.asp From: Yishay Weiss Sent: Wednesday, January 9, 2019 9:53:32 AM To: dev@royale.apache.org Subject: RE: BevelFilter Hi Olaf, Well, I was hoping to write a Royale bead rather than use a third party

RE: BevelFilter

2019-01-08 Thread Yishay Weiss
, January 8, 2019 1:55:09 PM To: dev@royale.apache.org Subject: Re: BevelFilter Hi Yishay, maybe it's worth to give GreenSock/GSAP a try [1][2]? They provided a BevelFilterPlugin for AS3, maybe they ported it to SVG? I am not sure about the license... Olaf [1] https://greensock.com/gsa

Re: BevelFilter

2019-01-08 Thread Olaf Krueger
Hi Yishay, maybe it's worth to give GreenSock/GSAP a try [1][2]? They provided a BevelFilterPlugin for AS3, maybe they ported it to SVG? I am not sure about the license... Olaf [1] https://greensock.com/gsap [2] https://greensock.com/forums/topic/16855-animated-masked-svg-bevel-and-carve/ --

BevelFilter

2019-01-08 Thread Yishay Weiss
I’m trying to implement BevelFilter [1] in SVG, but I can’t find a good source on how to do that. There are some basic examples [2] but I haven’t found anything that maps all the flash [1] (or Photoshop) options to SVG. Any ideas? [1] https://help.adobe.com/en_US/FlashPlatform/reference