• ↖ Home
  • Developer´s Guide
    • ↑ Contents
    • Code
    • Embedding
    • Tcl
    • SVG
    • SVG-Import
    • Projects
    • License
    • Index
  • Download
    • Jeszra: Source Code

    • Ruby Wrapper Classes
    • Python Wrapper Classes
    • Lisp Wrapper Classes
  • Books@Lulu.com...
    • Jeszra: Design by Gestalt
    • Jeszra Library: Design by Gestalt

    • Gestalt Items
    • Runtime Library
  • Manual
    • Jeszra Book

    • Tcl Manual
    • Ruby Manual
    • Python Manual
    • Lisp Manual

    • API
  • About
arrow
← Chapter 4. SVG- Code Generation →

Name

dumper::arrow

Synopsis

          arrow window \
             coords ID ?type? \
             ?properties?
        

Description

This SVG version has the same limitations visible inside Zinc. The arrow will be centered on the endpoint. This is needed to align the resulting marker.

Example 4.23. SVG marker from an Arrow

<marker id="Triangle"
viewBox="0 0 10 10" refX="0" refY="5"
markerUnits="strokeWidth"
markerWidth="4" markerHeight="3"
orient="auto">
<path d="M 0 0 L 10 5 L 0 10 z" />
</marker>


Currently, the generated markers are not reused. –They cannot be found inside the DOM-tree?

Clients

Total internal arrow usage is: 4.


← ↖ →
breakIntoLines ↑ itemproperties
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider