Mira Grudzinska
Mira Grudzinska
but it's not like skipping only the feature. we would skip the whole node with this feature. I thought about that and my conclusion was: the best approach is to...
@hermet I'd appreciate your comment on the solution - is it ok to use tvgSwRasterAvx as a library? I also use ifdefs to include it instead of inside tvgSwRasterAvx.h/cpp files...
I'll come back to this pr after more functions will be implemented in the avx version
> @mgrudzinska it would be nicer if you update the patch, let's close #429 @hermet before 0.9 is released? please give me some timelines. I can do it asap, but...
replaced by #1547
@hermet presented log is correct, no `````` tag comes from searching the type of a loader: ```REQUIRE(picture->load(data, size, "", false) == Result::Success);``` I believe that solving #1380 will solve also...
@hermet @vtorri @projectitis after #1407 is applied this should be solved
@hermet @vtorri you're right and we had to deal with this in tizen, that's why https://github.com/thorvg/thorvg/pull/835 was created. but it was very long time ago and I don;t remember why...
@capnm please give more details, example svg. gradientTransform is supported. from [this](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/gradientTransform) sample skew is not supported, but all the samples from this issue seems to be ok, don't they?
@capnm please use the newest master: this was fixed in #1356