Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node-shapes): add image padding option to image node shape (#106)
* Introducing image shape image padding, in dist/vis-network.js * #105 make example nodes more distant to avoid overlapping * Added image padding support for the image shape (#105) * Nodes doc updated with imagePadding (#105) * Typo in comment fixed (#105) * dist rebuild (#105), node modules updated * imagePadding added to options check and default options (#105) * dist regenerated after imagePadding added to default options (#108) * Nodes doc update, imagePadding added to full options tab (#105) * SVG file patched, added width/height attributes as workaround for Firefox SVG drawing bug (No 700533) (#105) * imagesWithBordersAndPadding.html exapmle added to examples overview page (#105) * fixed code formatting (#105) * dependencies turned back dut to review #106 (comment) (#105) * removed bolssom.svg due to review #106 (comment) (#105) * fixed border appearance in example (#105)
- Loading branch information