Rev 4412 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 4417 2020-01-12 16:28:48
- Author: gerd
- Log message:
- Improve IsInFunction:
partly revert 4412: We need the information about the source before the style is compiled in RuleSet.compile()
This is quite tricky:
RuleSet.compile() deduplicates instances of a function with the toString() result. So, if we want different instances of this function we must make sure that they don't produce the same result in toString().
- Handle more edge cases like element equals hole