KV
|
8e09cb9841
|
Rename Look attribute color to bordercolor
|
2021-10-22 20:14:48 +02:00 |
|
KV
|
bb39a12256
|
Replace bgcolor of node elements with box containing Look
In the elements: Image, AdditionalComponent, Connector, and Cable.
|
2021-10-22 20:14:48 +02:00 |
|
KV
|
40aed9e23a
|
Import Color from the file it is now defined
|
2021-10-22 20:14:48 +02:00 |
|
Daniel Rojas
|
3cc36e1573
|
Harmonize shebangs and encoding info
- Use `#!/usr/bin/env python3` on executable modules
- Remove shebangs on all other `.py` files
- Add UTF-8 encoding info where mising
|
2021-10-11 20:05:52 +02:00 |
|
KV
|
324508a8ee
|
Support image.bgcolor to enable adapting to image colors
|
2021-09-28 19:14:28 +02:00 |
|
KV
|
45d7d03fe0
|
Support both bgcolor and bgcolor_title attributes
Solves #210 completely by supporting bgcolor of both the node title
and the whole node independently using separate attributes.
|
2021-09-28 19:14:28 +02:00 |
|
KV
|
dbccb77b08
|
Add bgcolor attribute to connectors and cables
This solves the #210 suggestion to render the title row of
the graph nodes with this bgcolor.
|
2021-09-28 19:14:28 +02:00 |
|
Daniel Rojas
|
96bd121403
|
Create separate modules for BOM and HTML functions
|
2020-11-15 08:42:57 +01:00 |
|