You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/07 08:53:28 UTC

[GitHub] Adrion opened a new issue #472: Android 8 - SVG feColorMatrix - Crash

Adrion opened a new issue #472: Android 8 - SVG feColorMatrix - Crash
URL: https://github.com/apache/cordova-android/issues/472
 
 
   I made an app about color blindness : https://github.com/healthonnet/ColorVisionQuiz-App
   I used SVG filters with feColorMatrix rules. 
   
   filter example : 
   ```
   <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>
   ```
   
   Built with : 
   ```
    - cordova@7.1.0
    - cordova-android@6.3.0
   ```
   
   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. 
    - `feColorMatrix` works on chrome 
   
   As Oreo use the chrome `Chrome/68.0.3440.85` it may comes from cordova ?
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org