Canvas is not Showing Image/Drawable
问题 I am doing a work on SVG Paths and Image. I have loaded SVG file and get an image and try to set thi image on canvas . But canvas is not showing image. I check the height and width and null check of this image/picture and it is not null so i am unable to understand that why canvas is not showing image. any help My code: public class MainActivity extends Activity{ Context c; @Override public void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); c=getApplicationContext()