Showing posts with label Releases. Show all posts
Showing posts with label Releases. Show all posts

Monday, February 11, 2008

Sketsa SVG Editor 5.1 Released

KIYUT just released Sketsa SVG Editor 5.1, a cross platform vector drawing application based on SVG. It features various tools for optimizing content creation, giving designers unsurpassed support for creativity. These tools include property palette, source editor, resources editor, SVG specific shape tools, transformation tools, and additional illustration tools. Sketsa uses SVG as a native file format.

What's new:
  • Updated Apache Batik 1.7
  • Add Path Element Change Point Type
  • Add Embed as base64 options for Insert Image
  • Improved Insert Image Dialog
  • Improved SVG Code Formatter (Pretty Print)
  • Improved Zoom (ctrl-key) and Pan (shift-key) with MouseWheel support
  • Improved Toolbox Tool constraint (shift-key)
  • Fix NPE related to PATHSEG_CURVETO_CUBIC_SMOOTH_REL
  • Other bug fixes

Features:

  • SVG native file format
  • Produces clean SVG without proprietary namespace
  • Support SVG Profile Full
  • Property palette
  • DOM Editor
  • Source Editor
  • Defs Editor: gradient and filter
  • SVG specific shape tools rect, ellipse, line, polyline, polygon
  • Additional illustration tools: Pencil tool for freeform shape and Pen tool for curve shape
  • Transformation tool: rotate, skew, scale, and translate
  • Basic Text Tool
  • Export or rasterize to JPEG, PNG, and PDF (with Plugins)
  • Plugins Support
  • Build on top Netbeans Platform
  • Written entirely in Java

Sketsa SVG Editor Information:

Product Page
Features Page
Screenshots Page

[News source - svg.org ]

Wednesday, January 23, 2008

Saxon 9.0.0.3 Released

Michael Kay has released version 9.0.0.3 of Saxon, his XSLT 2.0 and XQuery processor for Java and .NET. This is a bug fix release. This is a "Maintenance Release clearing all known bugs up to 18 Jan 2008."

Saxon is published in two versions for both of which Java 1.4 or later (or .NET) is required. Saxon 9.0B is an open source product published under the Mozilla Public License 1.0 that "implements the 'basic' conformance level for XSLT 2.0 and XQuery."

Saxon 9.0 SA is a ?250.00 payware version that "allows stylesheets and queries to import an XML Schema, to validate input and output trees against a schema, and to select elements and attributes based on their schema-defined type. Saxon-SA also incorporates a free-standard XML Schema validator.

In addition Saxon-SA incorporates some advanced extensions not available in the Saxon-B product. These include a try/catch capability for catching dynamic errors, improved error diagnostics, support for higher-order functions, and additional facilities in XQuery including support for grouping, advanced regular expression analysis, and formatting of dates and numbers."

Source - cafeconleche.org