#1133·raphael

how to add svg barcode into workspace?

Author: ibalaji777Created Oct 1, 2021Updated Oct 1, 2021

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?

Source: DmitryBaranovskiy/raphael