summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorKarl Cheng <qantas94heavy@gmail.com>2019-05-10 12:16:22 +0000
committerMartin Owens <doctormo@gmail.com>2019-05-10 13:25:07 +0000
commit261bb887eb8c5f110e58b352fde85c27690a345a (patch)
tree55b4b672080a464e19740bd77ecc155d05d99dd1 /src/io
parentFix for inbox issue 467 (diff)
downloadinkscape-261bb887eb8c5f110e58b352fde85c27690a345a.tar.gz
inkscape-261bb887eb8c5f110e58b352fde85c27690a345a.zip
Remove support for saving as JavaFX 1.x script (*.fx)
JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608
Diffstat (limited to 'src/io')
-rw-r--r--src/io/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/README b/src/io/README
index 141078616..9d971b766 100644
--- a/src/io/README
+++ b/src/io/README
@@ -7,7 +7,7 @@ Note that input and output to particular file formats may be implemented elsewhe
1. Internal extensions. See src/extensions/internal
Input: CDR, EMF, WMF VSD WPG
- Output: SVG, PNG (via Cairo), PS, EPS, PDF, JavaFX, POV, ODF, EMF, WMF, XAML, LaTex.
+ Output: SVG, PNG (via Cairo), PS, EPS, PDF, POV, ODF, EMF, WMF, XAML, LaTex.
2. External extensions (Python). See share/extensions