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:
@ -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 |
Reference in New Issue
Block a user