print problem with canvas html5 [closed]

0

I have a form that prints query forms, forms created using canvas, and can print n-times copies, each with a numbering that increments on the form. At any given time, the form definition becomes extremely degraded, and it is not possible to read the form correctly. How do I resolve this?

    
asked by anonymous 04.07.2016 / 22:10

1 answer

0

For your application it may be better to use SVG instead of canvas because it is usually rendered better.

    
04.07.2016 / 22:13