Make the hue angle behave mathematically correct. Fixes bug #141922

2006-05-07  Simon Budig  <simon@gimp.org>

	* modules/colorsel_triangle.c: Make the hue angle behave
	mathematically correct. Fixes bug #141922

	* plug-ins/script-fu/scripts/circuit.scm: Fix multi line description.

	* docs/Wilber.svg: Add xmlns attribute to the svg element, so
	firefox renders it when reading it from disk.
This commit is contained in:
Simon Budig
2006-05-07 20:47:10 +00:00
committed by Simon Budig
parent ab1153cb71
commit e6c52afb6e
4 changed files with 33 additions and 23 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" standalone="yes"?>
<svg width="160mm" height="120mm" viewBox="0 0 77 60">
<svg width="160mm" height="120mm" viewBox="0 0 77 60"
xmlns="http://www.w3.org/2000/svg">
<g>
<g>
<path id="head"

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB