almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

DashPathEffect is not supported #61

Closed bartek-wesolowski closed 8 years ago

bartek-wesolowski commented 8 years ago

The DashPathEffect class throws an exception (RuntimeException("Dummy function")) whenever the effect is used in the SVG file. The rendered should support dashed lines.

almosr commented 8 years ago

Thanks for the report. Somehow this one slipped through. I will review the source code for the other dummy functions.