Randall O'Reilly
Randall O'Reilly
In FileView, not clear if beneficial relative to completion in the textfield.. but probably some general kind of search box with < > arrows that scrolls to different rows in...
Incorporate https://github.com/asaskevich/govalidator for `TextField`, and in `ValueView` -- support for things like phone numbers, etc -- can add those constraints "live" while typing etc.
Not clear what the implications are exactly, so not implemented yet, but very straightforward based on what is already there for "minimized" etc.
All the business about preserving aspect ratios and which dimension gets scaled etc.
See `gi/examples/svg` -- several `face-*`, `drink-*`, `application-`* icons from the KDE collection are not rendering properly -- perhaps due to clip-path? #14
something potentially amiss in the rendering of line joins -- need to find good test-case but definitely seen it repeatedly, for more complex boxy paths.
radial gradients are not correct, for the "user coordinates on use" or whatever verbose thing that is called. Seem accurate for bounding box case which srwiley has tested.
function is in `Paint` -- just need to figure out how it is scoped and applied (push / pop etc).
generate string from compiled path data, and parse-on-demand of edited string value. Probably want to have these avail as buttons in StructView interface, using method ValueView code #5