Cedric frossard created CB-14258:
------------------------------------
Summary: Android 8 - SVG feColorMatrix - Crash
Key: CB-14258
URL: https://issues.apache.org/jira/browse/CB-14258
Project: Apache Cordova
Issue Type: Bug
Reporter: Cedric frossard
I made an app about color blindness :
[https://github.com/healthonnet/ColorVisionQuiz-App|https://github.com/healthonnet/ColorVisionQuiz-App]
I used SVG filters with feColorMatrix rules.
filter example :
{code:java}
<filter id="protanomaly">
<feColorMatrix
type="matrix"
values="0.817 0.183 0 0 0
0.333 0.667 0 0 0
0 0.125 0.875 0 0
0 0 0 1 0"/>
</filter>
{code}
Built with :
{code:java}
- [email protected]
- [email protected]
{code}
Everything works but not an Android 8, it just crashes the app. No error,
nothing with adb logcat too.
- Other filter rule like *feGaussianBlur* works.
- *{color:#333333}feColorMatrix{color}* works on chrome
As Oreo use the chrome *Chrome/68.0.3440.85* it may comes from cordova ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]