Ondřej Žára
Ondřej Žára
_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on March 15, 2010 02:19:06_ As far as I know, it is not possible to interfere with the built-in zoom function, e.g. detect current zoom factor etc. If...
_From [[email protected]](https://code.google.com/u/111352161345200785507/) on March 18, 2010 11:02:55_ Perhaps the ability to set the font size via the options dialog? Not so much of a zoom but it has helped me...
_From [ondrej.zara](https://code.google.com/u/ondrej.zara/) on April 07, 2011 04:05:13_ Very similar to issue #70 . Exporting as SVG, PDF or anything else basically means duplicating the whole codebase in order to render...
The PDF writer would have to understand the full CSS styling and SVG connector code as well. Rendering using PhantomJS (one can easily do this already by feeding it with...
> Still, if there was a button to hide the UI (and the background grid), we could use the browser built-in tool to take a full-page screenshot. The main toolbar...
Every DB type has its own set of field types; what DB are you using? We can add signed variants to the list of available datatypes.
Hi @Oraclesports , I have zero experience with React, so I cannot really answer your question. Perhaps someone with more React skills would be able to provide some insights?
Are you using a local wwwsqldesigner installation, or the hosted version at http://ondras.zarovi.cz/sql/demo/?keyword=default ?
Perhaps an incorrectly set-up web server that sets wrong `Content-type` header for .xsl files?
I suggest doing `curl -v http://path/to/your/file.xsl > /dev/null` and looking for the Content-type header value. Can you paste it here?