It is correct that you cannot access this forum via an IP. The site is hosted by a "shared-host" which means there are lots of sites on that IP and the only way it knows which site to load is via the domain name that was requested. This process is called "virtual-hosting" This i...
As an example to how you'd go from inkscape GUI movement to changing the data: switch (event) { case "stretched_evenly": cancel_regular_action(); instance.size = new_size; case "color_changed": switch toInt(color): case "red": cancel_regular_action(); subtype = "em...
Hello, I would like to make Inkscape the editor for the game I'm making. At the moment, however, it's not very easy to do without a "template" or some sort of variable scripting: I found out about the SVG "use" tag yesterday, but I need something more powerful. Here's my current ...