File:Golden Triangle.svg

Original file(SVG file, nominally 215 × 350 pixels, file size: 867 bytes)

Summary

Description
English: Golden triangle drawn using the fact that, an isosceles triangle of base b is golden if it has a height of . Created in vim with the source code below.
Date
Source Own work
Author Krishnavedala
 
W3C-validity not checked.
The SVG source
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
  width="215" height="350">
<title>Golden triangle example</title>
<!-- 
An isosceles triangle with 
	base = 200, height = 307.77 
forms a golden triangle 
-->

  <polygon points="10,317.77 110,10 210,317.77"
  style="fill:white;stroke:black;stroke-width:2"/>
  <g stroke="black" stroke-width="2" fill="white">
    <circle cx="10" cy="317.77" r="2" />
    <circle cx="110" cy="10" r="2" />
    <circle cx="210" cy="317.77" r="2" />
    <circle cx="110" cy="317.77" r="2" />
  </g>
  <g style="font-family:'Times new roman';font-size:15pt">
    <text x="105" y="50">θ</text>
    <text x="160" y="150">a</text>
    <text x="105" y="340">b</text>
  </g>
</svg>

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Golden Triangle

Items portrayed in this file

depicts

12 September 2011

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:09, 12 September 2011Thumbnail for version as of 15:09, 12 September 2011215 × 350 (867 bytes)Krishnavedala
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata