-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New stuff #72
New stuff #72
Conversation
Do all of the backends need changes? |
Small ones. They'll need to remove any They won't need to implement from |
OK, It might be a good idea to mention this in the PR, On Sun, Oct 12, 2014 at 12:07 PM, Chris notifications@github.com wrote:
|
Add Diagram B synonym for Diagram b v n
Not ready to merge.
New Measure
The new measure is now a specialised
Reader
. Since aData
instance couldn't be derived I've had to change how measures are implemented:MAttribute
that holdsMeasured
things. TheTransformable
instance scales the local parts.MAttribute
s are turned into normalAtribute
s using the global and normalised scales.output
measures (so they all need changing).Data
instances needed forn
.Other changes
OpacityGroup
annotation, backends can implement similar to-svg
'sHref
.Style
now usesHashMap
which should be faster and doesn't relyTypeRef
's non-unique show instance.