OpenXTalk-org / OpenXtalk-IDE-DontPanicEdition

OpenXTalk DON'T PANIC! Edition cross-platform integrated development environment (IDE) with a foundation built on xTalk Scripting Languages. This repo contains the OXT IDE that is built with and runs on of an XTalk Engine.
https://forums.openxtalk.org/
18 stars 7 forks source link

IconSVG and SVGPath Widget #10

Open PaulMcClernan opened 1 year ago

PaulMcClernan commented 1 year ago

BAD IDE ICON Thanks to the SVG Glyphs browser stack, I noticed that the included FontAwesome YouTube icon is not correct, likely because a styled text was converted to outline when the specified font was not available. So just need to replace the SVG path string in the IconSVG library.

Also, the SVG Incon (SVGPath) widget which is used for displaying IconSVG paths, has undocumented mouse handlers (mouseDown, double down, mouseWithIn, etc.) and no default script (default handlers), so this would be more instantly useful if it included those things (without renaming anything so as to not break existing stacks).