Stuart Scott

Results 8 issues of Stuart Scott

It is currently not possible to build release binaries for windows. Could the required dependency be bundled into a docker image?

enhancement
help wanted

When using the "stroke-dasharray" attribute short lines render correctly, but long lines break # Screenshot Left: Chrome Right: Fyne (using OKSVG) # Sample SVG ```svg ``` # Sample Code ```go...

Hey @srwiley, This is not an issue so feel free to close, but I just wanted to tell you about a simple [SVG Editor](https://github.com/stuartmscott/svge) I was able to create thanks...

Please consider supporting percentages in stoke-width as per https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-width Cause: strconv.ParseFloat: parsing "14%": invalid syntax

When running on Ubuntu long lines get truncated, ideally the line would be wrapped instead. If it is desirable to have both behaviours then perhaps this could be a user...

enhancement

Occasionally some characters get misplaced or disappear entirely; ![FyneTerm](https://user-images.githubusercontent.com/1117080/114937835-2c40f380-9df3-11eb-9c38-56b3335ab267.png)

bug

The default entry (with `Multiline` set to `false`) will still display multiple lines if set programmatically. ```go e := widget.NewEntry() e.SetText(`Hello World!`) ``` ![Screenshot](https://github.com/stuartmscott/fyne/raw/5fb57a536fd4e42b40f8f6cd15b98f7c4b60fc94/widget/testdata/entry/carriage_return_single_line_text.png) https://gophers.slack.com/archives/CK5U4BU87/p1642272423064000

Android Apps can draw below the status and navigation bars, however if the App background is white the elements inside the status and navigation become invisible as they are also...

help wanted
OS:Android
Hacktoberfest