Proberts
Proberts
Is that comma before "translate" in the SVG? I think transforms are seperated by spaces, not commas. FWIW - Translate transforms are working for me with g tags.
I'm going to need cropping functionality and looking at the Android source it should be trivial to implement. There's a method on Android's bitmap class that takes a transformation matrix...
I was having similar problems trying to use "MMMM Do YYYY" on iOS. Trying to set 'Jan 1 2000' returns 'Jan 4 2000' or 'Jan 1 2001' for example. The...