SVG/Attribut/orient

Aus SELFHTML-Wiki
< SVG‎ | Attribut
Wechseln zu: Navigation, Suche

Das orient-Attribut legt die Ausrichtung des marker-Elements fest.

Erlaubte Werte

Folgende Einstellungen sind möglich:

  • auto: automatische Ausrichtung am Verlauf des Pfades
  • auto-start-reverse: automatische Ausrichtung wie bei auto, außer beim Startpunkt, der um 180° gedreht ist, sodass ein einfacher Pfeil in die (jeweils) richtige Richtung zeigt (<---->)
  • Zahl: Angabe eines Winkelmaßes
Standardwert

0

anwendbar auf
Präsentationsattribut

nein

mit CSS animierbar

ja

Beispiel
<marker id="markerPfeilAuto" 
    markerWidth="130" 
    markerHeight="13" 
    refx="2" refy="6" 
    orient="auto">
  <path d="M2,2 v8 l8,-4z "/>
</marker>


Siehe auch

Weblinks

Spezifikation (W3C): Orient Attribute