art
Cross-browser Vector Graphics
Last updated 8 years ago by sebmarkbage .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install art 
SYNC missed versions from official npm registry.

ART

ART is a retained mode vector drawing API designed for multiple output modes. There's also a built-in SVG parser. It uses Node style CommonJS modules.

The first line in your program should select rendering mode by requiring either:

  • art/modes/canvas - HTML5 Canvas
  • art/modes/svg - SVG for modern browsers and vector tools
  • art/modes/vml - VML for Internet Explorer or Office
  • art/modes/script - Code generation for ART modules
  • art/modes/dom - SVG or VML depending on environment
  • art/modes/fast - Canvas, SVG or VML depending on environment

These modules exposes four core rendering classes:

  • Surface - Required rectangular rendering area. Container for the rest.
  • Group - Container for Shapes, Text or other Groups.
  • Shape - Fill and/or stroke an arbitrary vector path.
  • Text - Fill and/or stroke text content rendered using native fonts.

There are also helper classes to work with vector paths, 3x3 transformation matrices, colors, morphing, common shapes etc.

#Demos

See ./demos

Current Tags

  • 0.10.3                                ...           latest (8 years ago)

7 Versions

  • 0.10.3                                ...           8 years ago
  • 0.10.2                                ...           8 years ago
  • 0.10.1                                ...           10 years ago
  • 0.10.0                                ...           11 years ago
  • 0.9.2                                ...           12 years ago
  • 0.9.0                                ...           13 years ago
  • 0.0.0                                ...           13 years ago
Downloads
Today 0
This Week 0
This Month 2
Last Day 0
Last Week 4
Last Month 3
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |