Selecting line width with the Find Dialog, it could be really good
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Wishlist
|
Unassigned |
Bug Description
In Adobe Illustrator you have the option to select strokes by width, very useful. If you for example do a print and find that the contour line is to weak, you can easily select all contour and change the width.
The Find Dialog can do a similar job in IncScape, but poorly.
Problems.
One of the problem is that in the SVG XLM code for line width 1px is coded as [stroke-width:1], not [stroke-
In the SVG XLM code the next sign is ” after the stroke-width number , [stroke-width:1”] or [stroke-width: 1.848854”]. But you can't use the sign ” to narrow the search. (“ defines the end of the Attribute, or the beginning of a new code string in XLM code.)
And when all search field is checked and you search for line width, it's hardly work like the utopia I dreaming of. Not at all.
When you have the InkScape Preference option: InkScape Preferences/
So if you work in discipline manner, it doesn’t help. You perhaps dont't get a hit on 2px line width because it's 1.935637 .
Now Geany it's better for batch change the line width than InkScape are.
-My simple ideas-
( in this example lines is separate without filling, and filling is without line. Think cartoon with line and color separate )
In Objects Properties you can give a object a Title. Let say you could select a number of lines and give them all a title as “thin line” or “contour”. ( Objects Properties can only assign one selection now, but if just Title could do more) And if “Find Dialog” also had the option “search Title” I could search for the contour title and my utopia is nearer.
Or...
InkScape have defined line width as 0.1...0.
Work more on Find Dialog, it have big potential that can lead to new useful function.
tags: | added: selection styles |
summary: |
- Selecting line width with the Find Dialog, it could bee really god + Selecting line width with the Find Dialog, it could be really good |
Changed in inkscape: | |
importance: | Undecided → Wishlist |
Please take a look at the current development version (see inkscape. org/download)
New menu item "Edit > Select Same > Stroke style" includes stroke width (bug #170378).