hi, i'm trying to understand Paint.setRastezer method
it seems there is only one concrete Rasterizer - LayerRasterizer class so i created one and added two layers - addLayer(Paint, int, int) after calling drawSomething it seems that "Something" is drawn twice with offset specified by two ints passed to addLayer method. what layer's Paint attributes are used during drawing each layer? i tried adding some Shader to each layer and got process death - no java exception, just murdered my process... thanks, pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

