

This can be moved by specifying the custom attributes inkscape:hotspot_x and inkscape:hotspot_y in the SVG root element. By default, the hot spot (the point in the cursor that is active) is located at the upper left corner.Keep vertical and horizontal lines on the grid (which means snapping lines to the half pixel for lines one pixel wide).The default GTK cursor size is 32x32 pixels.This also allows us to change some of the cursor colors to match, for example, the currentlyĪny SVG file can work as a cursor, but keeping a few things in mind will probably lead to better results. Then enable them via the existing GTK method for adding custom bitmap cursors. We render cursors at the scale needed ourselves and GTK does not directly support SVG cursors.

The supplied default cursors can be overridden via the normal GTK theming mechanism. This allows more detailed cursors that scale better on HiDPI screens. Inkscape 1.1 uses SVG cursors, replacing the previously used bitmaps.
