| Projects on Google Code | Results 1 - 10 of 201 |
converts SVG(Scalable Vector Graphics) files to EMF(Enhanced Meta File) files using [http://xmlgraphics.apache.org/batik/ batik] and [http://java.freehep.org/vectorgraphics/ FreeHEP VectorGraphics] library
= Download =
* [http://svg2emf.googlecode.com/svn/trunk/SVG2EMF/target/svg2emf-0.0.1.jar JA...
SVGMin a small command-line utility to reduce SVG size by removing redundant information.
Example usage:
{{{
svgmin logo.svg logo-min.svg
}}}
For more information, read the QuickStart guide.
Other similar tools:
* [http://codedread.com/scour/ Scour]
* [http://www.intertwingly.n...
=Introduction=
The SVG Icon Loader provides a method for a web interface to use SVG images as icons, while being loaded from a single file. This reduces the amount of HTTP requests, offering the same kind of benefit available with CSS sprites. If your server allows gzipping on SVG files, the file d...
==Game overview==
Conqueror is a turn based strategy game where players control units on a hexagon grid battlefield set in medieval time. Contiguous hexagons controlled by a player form a "territory" and income is earned from this territory each turn. Units (peasants, spearmen, knights, and barons)...
svg,
appengine,
game,
strategy,
multiplayer,
medieval,
hexagon,
browser,
javascript,
python,
AI,
conqueror
CanvaSVG is an experiment I am conducting to get a better idea of what you can and cannot do with the `<canvas>` element suggested for HTML 5. The current goal of CanvaSVG is to provide as much of a mapping of `<canvas>` functionalities using the SVG Tiny 1.2 grammar as possible. While ideally I cou...
*NOTE!* This project has moved to GitHub: [http://github.com/westonruter/svg-tree-drawer/]
This project provides a JavaScript library which allows you to create SVG images of tree structures directly in the browser. This is useful in depicting [http://en.wikipedia.org/wiki/Concrete_syntax_tree co...
*msc2svg* is an open source software written in java that generates good looking message sequence charts in SVG format from a text file (see [Example]).
The advantages of *msc2svg* are:
* the simplicity of the description file.
* changing a part of the chart results in a lot of redesign and al...
===Welcome to the svg2vml project site! ===
SVG2VML is a lightweight JavaScript library that makes it easy to include vector graphics in web pages by providing a common SVG-style programming interface to VML and SVG. This project is a work in progress, and suggestions and contributions are welcom...
Convert SVG files to only one PDF file
* [http://svg2pdf.googlecode.com/files/SVG2PDF Script for Nautilus-Scripts]
REQUIRE:
* Gnome
* Inkscape
* pdfjam
* zenity
WANTED:
* Translators
----
Author: [http://javierperez.eu Javier Pérez] ([http://en.javierperez.eu english])
svg,
pdf,
convert,
nautilus,
gnome,
bash,
scripting,
inkscape,
pdfjam,
zenity,
userexperience,
wireframes
That code permits the rotation of a SVG declared Path or Polyline in a 3 dimensional space.
The Path or Polyline coordinates are rotated and the result is projected on the screen, creating a 3D impression.