How to find out the SVG image size
- Drag the SVG file into a Browser like Chrome
- Click mouse right button, click View Page Source
- You will see the width=”xx” height=”xx” in the svg tag(the number should be less than 128 if the SVG set for a mouse cursor customize)
How to edit the SVG image size
- Open the SVG by a Text editor
- change the number in the width=”xx” height=”xx” in the svg tag(please use number only, don’t add the unit)
- save it in Text editor