android-svg-code-render icon indicating copy to clipboard operation
android-svg-code-render copied to clipboard

Bitmap masking is not supported

Open almosr opened this issue 9 years ago • 0 comments

Bitmap masks are depending on Bitmap.getPixels() and Bitmap.setPixels() methods which are not simulated yet.

These two methods are depending on convert-time pixel processing which is not possible currently. A possible solution would be rewriting this part of the original library and move the whole processing to the source code output.

almosr avatar Oct 03 '15 21:10 almosr