Giter VIP home page Giter VIP logo

bpmn-in-color's People

Contributors

barmac avatar falko avatar krat0s avatar simonringuette avatar sringuette avatar tbouffard avatar tstephen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bpmn-in-color's Issues

HexColor defines no transparency

The color definition lacks transparency.
In CSS the alpha value represents the transparency of a color.
The HexColor does only support red, green and blue value.

I suggest a fourth optional alpha value at the end of the HexColor.
<xs:pattern value="#[0-9a-fA-F]{6}([0-9a-fA-F]{2})?"/>

The effect of transparency applies each time, when containers are used in BPMN, e.g. colored lanes with transparent flow elements.

Attributes in kebab case instead of camel case

The attributes are with a dash (kebab case) instead of camel case.
<xs:attribute name="background-color" type="bpmncolor:HexColor"/>
<xs:attribute name="border-color" type="bpmncolor:HexColor"/>
<xs:attribute name="color" type="bpmncolor:HexColor"/>

Should it not be backgroundColor or borderColor.
It seems like its based on CSS definition, however it is than an exception to all other parts in the bpmn file and camel case is actually used as default.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.