Archive for the ‘SVG’ Category

Finally! Microsoft will support native SVG in IE9

Thursday, March 18th, 2010

Yesterday (March 16, 2010) at Microsoft's MIX10 Conference in Las Vegas, IE General Manager Dean Hachamovitch announced that native SVG is to be included in IE9. And not only that, it is also the first browser to provide hardware-accelerated SVG support. http://blogs.msdn.com/ie/archive/2010/03/16/html5-hardware-accelerated-first-ie9-platform-preview-available-for-developers.aspx This is great news for SVG designers or developers, because ...

Java Web Start Application

Friday, January 18th, 2008

Finally, we just build Java Web Start for Sketsa SVG Editor and Citra FX Photo Effects. Last time, we disabled Java Web Start due to the Netbeans Bug: 96928 which is now fixed. However, there are another Java Web Start related bug which is not fixed yet: 96928 - fixed 76196 - ...

SVG Animation Editor Feedback ?

Thursday, December 6th, 2007

Sketsa SVG Editor 5.0 just released, Now by popular request we are going to develop SVG animation plugins module for the Sketsa. We are stuck at how the UI will flow, do you like the way Adobe Flash Editor, Jasc Webdraw, or you prefer new ways for doing animation editor, ...

Sketsa SVG Editor 5.0 Released

Wednesday, December 5th, 2007

Just a quick note, yesterday we just released Sketsa SVG Editor 5.0, a cross platform vector drawing application based on SVG. What's new: Add command line open options Add basic marker support Add basic pattern support Improvement on Selection Tools Improvement on Rotate Tool Improvement on DropperTool Migrate to Netbeans 6 Change to NbPreferences Fix RotateTool when canvas zoom change Fix ...

How to convert SVG String to SVGDocument ?

Thursday, August 23rd, 2007

Just simply use StringReader to wrap your string and pass it to DocumentFactory as the example below Note: this sample utilize Apache Batik

Netbeans Platform parsing command line arguments

Wednesday, August 1st, 2007

New features in Netbeans Platform 6 is the ability to parsing command line, so let's try to parse command line to automatically open document on startup. This example below are using Sketsa SVG Editor as an example