UNPKG

retina-dom-to-image

Version:

A fork of the dom-to-image library that outputs an image for higher DPI screens

17 lines (14 loc) 197 B
#dom-node { width: 100px; overflow: hidden; } #root { border: 1px solid red; position: relative; height: 100px; } svg { position: absolute; left: 5px; top: 5px; }