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

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

     [ https://issues.apache.org/jira/browse/CB-14258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-14258:
----------------------------------
    Component/s: cordova-android

> Android 8 - SVG feColorMatrix - Crash
> -------------------------------------
>
>                 Key: CB-14258
>                 URL: https://issues.apache.org/jira/browse/CB-14258
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>            Reporter: Cedric frossard
>            Priority: Minor
>
> 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