Version 1.7.1 released
Fix #94: SVGStyleBuilder cuts off last character of value when semicolon is missing Fix #95: Stylesheets specified by a link element are not taken into account Fix #96: The text-anchor attribute is handled incorrectly, which could possibly lead to a NPE Fix #97: Nested svg are not handled Fix #56: Large SVG which fails Fix #98: Add the value of the zoom factor in the browser
Add methods in the SPARQLParser to parse a SPARQL request expressed in an URL Support the ASK construct Fix the greater than comparator being printed as less than Add categories to all unit tests
update wiki
Add methods in the SPARQLParser to parse a SPARQL request expressed in an URL Support the ASK construct
Version 1.7 released
Fix #90: Documentation/Behavior Mismatch: scale(double) returns a new instance instead of initial object. Now the scale do not create a new image, but change the scale of the initial image. To create a new image, use the scale(double, true), or clone the image
Fix SonarQube warnings in the initSearch.js function Add a fullTextSearchResultContext property allowing to not put in the full text search results the context of each result Fix the pre syntax spans for the theme-based HTML content having some incorrect colors Add the context for each result in async methods to create the full text search result page incrementally and not block the page before all context has been computed Lots of improvements for the full text search result context creation, in...