clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Feature/relations in index #59

Closed clemens-tolboom closed 9 years ago

clemens-tolboom commented 9 years ago
clemens-tolboom commented 9 years ago

This still needs some few tweaks now we generate a web page form the index.

clemens-tolboom commented 9 years ago

Darn ... it's broken on Firefox now. See http://clemens-tolboom.github.io/uml-generator-php/animations/self/ using Firefox.

clemens-tolboom commented 9 years ago

Fix for Firefox was to add the color after the gradient. Somehow the line style in

function addGradient(svg, name, startColor, stopColor) {
    svg.append("radialGradient")

is not done in FF?

clemens-tolboom commented 9 years ago

This PR is getting to big. Will merge ASAP then file bugs :-(