Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AW = &fyne.StaticResource{ StaticName: "aw.svg", StaticContent: []byte( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xml:space=\"preserve\" width=\"48\" height=\"48\">\n <g fill=\"none\" stroke=\"black\" stroke-linecap=\"butt\" stroke-linejoin=\"bevel\" stroke-width=\"1\">\n <circle cx=\"24\" cy=\"24\" r=\"20\" />\n <polyline points=\"4,24 12,16 20,24 28,32 32,28 36,32 44,24\" />\n </g>\n</svg>\n"), }
View Source
var AccountIcon = &fyne.StaticResource{ StaticName: "account.svg", StaticContent: []byte( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\">\n <path stroke=\"none\" d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z\"/>\n</svg>\n"), }
View Source
var Logo = &fyne.StaticResource{ StaticName: "bc.svg", StaticContent: []byte( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xml:space=\"preserve\" width=\"26\" height=\"48\" viewBox=\"0 0 26 48\">\n <g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1\">\n <g stroke=\"blue\">\n <path d=\"M12,28 L6,28 L6,4 L12,4 C20,4 20,16 12,16\" />\n </g>\n <g stroke=\"red\">\n <path d=\"M20,20 C4,20 4,44 20,44\" />\n </g>\n <g stroke=\"blue\">\n <path d=\"M12,16 C20,16 20,28 12,28\" />\n </g>\n </g>\n</svg>\n"), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.