Inkscape.org
Beyond the Basics Export to canvas and then rezise result in blured image
  1. #1
    gor123has gor123has @gor123has

    If I save a svg to a html5 canvas and then make a css to resize the canvas I get a blured image.

    <style>
        #canvas
        {
        border: 3px solid green;
        background-color: lightblue;
        width: 800px;
        hight: 600px;
        }
    </style>

    <canvas id='canvas'></canvas>

     

     

  2. #2
    Freezr Freezr @freezr

    Once you export in html5 canvas it is not anymore an SVG file, it is a raster object drawn by javascript into the canvas object. Blurring may depend by many factors like CSS rules missing or by your browser setup, etc...

Inkscape Inkscape.org Inkscape Forum Beyond the Basics Export to canvas and then rezise result in blured image