{"title":"Selects the SVG elements on the page","description":"The Selection menu includes functions for selecting SVG elements on the page","keywords":"svg, selection, menu, select, all, fill, stroke, opacity, query, selector"}

Selection menu - Selects the SVG elements

The "Selection" menu includes functions for selecting SVG elements on the page.
The "Select All" menu item selects all SVG elements on the current page.
The "Deselect All" menu item deselects all SVG elements on the current page.
The "Same Fill Color" menu item selects all SVG elements with the same fill as the already selected element.
The "Same Stroke Color" menu item selects all SVG elements with the same stroke as the already selected element.
The "Same Fill and Stroke Color" menu item selects all elements with the same fill and stroke as the already selected element.
The "Same Stroke Width" menu item selects all elements with the same stroke width as the already selected element.
The "Same Opacity" menu item selects all elements with the same opacity as the already selected element.
The "Query Selector" menu item opens a dialog in which to insert a CSS selector.

Selection menu