Skip to content

path , size , viewbox not working !! #125

@lambdaxyzt

Description

@lambdaxyzt

why path , size , viewbox not working in this library ?!

const draw = SVG(document.documentElement)
 const draw = canvas.size(600, 600).viewbox(0, 0, svgWidth, svgHeight)  // Create an SVG canvas of 350x350
draw.path(arcPath).fill(color).stroke({width: 0.5, color: 'black'});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions