You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Cedric frossard (JIRA)" <ji...@apache.org> on 2018/08/07 09:01:00 UTC

[jira] [Created] (CB-14258) Android 8 - SVG feColorMatrix - Crash

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}
- cordova@7.1.0 
- cordova-android@6.3.0
{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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org