cursor becomes pointer on outlet svg

This commit is contained in:
iou1name 2019-06-06 13:25:49 -04:00
parent f155dd131a
commit cff42fe635

View File

@ -1,4 +1,7 @@
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<style>
path { cursor: pointer; }
</style>
<path fill="none" stroke="red"
d="M 29,30
L 35, 30

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 576 B