Skip to content

how to add svg barcode into workspace? #1133

Open
@ibalaji777

Description

i have doubt in adding a barcode into raphael js but i found jsbarcode with svg format but i don't how to add into raphael js workspace.

1.raphael js

var paper = Raphael('holder');
2.svg

var svg= document.createElement("svg");
JsBarcode(svg, "Hi world!");
how to add svg into raphael js?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions