How to draw SVG on HTML 5 Canvas and why you might want to

One of the limitations of shapes in HTML 5 canvas is that only one fill rule is supported, which can lead to shapes not appearing correctly when you want to convert from another format that supports multiple fill rules to HTML 5, as we do for our PDF to HTML5 Converter. I was recently experimenting … Continue reading How to draw SVG on HTML 5 Canvas and why you might want to