From f76ad081ab3b130de0a095efb66cf3a0f2df48af Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 3 Jun 2016 10:07:40 +0100 Subject: [PATCH] tidy --- src/graphxq/views/about.xml | 11 +++++------ src/graphxq/views/dotform.xq | 2 +- src/graphxq/views/dotmlform.xq | 2 +- src/graphxq/views/toolbar.xml | 15 ++++++++++++--- src/{ => static}/graphxq/viewbox/ViewBox.js | 0 .../graphxq/viewbox/junk/jquery-svgpan.js | 0 .../graphxq/viewbox/junk/jquery.wrap-svg.js | 0 src/{ => static}/graphxq/viewbox/viewBox.svg | 0 8 files changed, 19 insertions(+), 11 deletions(-) rename src/{ => static}/graphxq/viewbox/ViewBox.js (100%) rename src/{ => static}/graphxq/viewbox/junk/jquery-svgpan.js (100%) rename src/{ => static}/graphxq/viewbox/junk/jquery.wrap-svg.js (100%) rename src/{ => static}/graphxq/viewbox/viewBox.svg (100%) diff --git a/src/graphxq/views/about.xml b/src/graphxq/views/about.xml index e43e2c6..c508dda 100644 --- a/src/graphxq/views/about.xml +++ b/src/graphxq/views/about.xml @@ -12,7 +12,7 @@

Client

-

The client side targets modern browsers with SVG support. It was tested against Firefox 15 and Chrome 21. +

The client side targets modern browsers with SVG support. It was tested against Firefox 46 and Chrome 50.

Server

-

The server side is written entirely in XQuery. It uses the +

The server side is written in XQuery. It uses the BaseX implementation. RestXQ is used to map XQuery annotations to web server behavior.

The graphviz dot executable is used to generate SVG from the DOT source. - The resultant SVG is viewed in an interface that provides pan and zoom functionality. - The SVG may also be viewed standalone or downloaded.

+

This application includes an XSLT transform to convert DotML to dot developed by Martin Loetzsch. DotML @@ -43,7 +42,7 @@

Todo

The SVG pan and zoom has problems, especially in Firefox. In part this maybe due to firefox bugs

-

For reference how the SVG viewbox +

For reference how the SVG viewbox works. See also here for a better way?

@@ -55,7 +54,7 @@ for a better way? Fork me on GitHub