SVG Viewer Curation: Difference between revisions

From Flashpoint Datahub
Jump to navigation Jump to search
(adding important information)
mNo edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This guide will show you how to curate SVG Viewer content using Flashpoint Core.
This guide will show you how to curate SVG Viewer content using Flashpoint.


== Before You Start ==
== Before You Start ==
This tutorial will assume you've read the standard [[Curation Tutorial]], which is highly recommended to go through.
*This tutorial will assume you've read the standard [[Curation Tutorial]], which is highly recommended to go through.


== How to recognize an SVG Viewer content ==
== Recognizing SVG Viewer Content ==
[[File:Svgpowered.gif|thumb|SVG powered info]]
[[File:Svgpowered.gif|thumb|SVG powered info]]
* '''IMPORTANT! The .svg file, which is unable to open in a modern browser, is distorted in Inkscape, or it is animated, most likely to open in Adobe SVG Viewer.'''
* SVG file doesn't open in modern browser and editors or it's incorrectly displayed.
* It is described to use SVG Viewer to display the file.
* Uses type <code>image/svg-xml</code> and embed, which doesn't work in modern browser
* The files end with .svg or .svgz
* It says that it requires SVG Viewer for installation.
* File usually end with <code>.svgz</code>.


== Important things about SVG Viewer curation ==
== Notes About SVG Viewer ==
* .svg/.svgz files always need to be embedded in HTML! Example:
* <code>.svg</code> / <code>.svgz</code> files should be in HTML embed. Example:
<pre>
<pre>
<embed height="320" name="example" src="http://example.com/example.svg" width="240">
<embed name="SVGEmbed" src="http://example.com/example.svgz" height="320" width="240">
</pre>
</pre>
 
* The Application Path needs to be set to <code>FPSoftware\FlashpointSecurePlayer.exe</code>
== Troubleshooting ==
* The Launch Command field needs to have the <code>svgviewer</code> prefix following the format <code>prefix URL</code>.
* Sometimes .svgz files may not open. Changing to the .svg file most often solves the problem.


== Wrapping It Up ==
== Wrapping It Up ==
{{:Wrapping It Up}}
{{:Wrapping It Up}}
[[Category:Curation Guides]]

Latest revision as of 01:32, 2 March 2024

This guide will show you how to curate SVG Viewer content using Flashpoint.

Before You Start

  • This tutorial will assume you've read the standard Curation Tutorial, which is highly recommended to go through.

Recognizing SVG Viewer Content

SVG powered info
  • SVG file doesn't open in modern browser and editors or it's incorrectly displayed.
  • Uses type image/svg-xml and embed, which doesn't work in modern browser
  • It says that it requires SVG Viewer for installation.
  • File usually end with .svgz.

Notes About SVG Viewer

  • .svg / .svgz files should be in HTML embed. Example:
<embed name="SVGEmbed" src="http://example.com/example.svgz" height="320" width="240">
  • The Application Path needs to be set to FPSoftware\FlashpointSecurePlayer.exe
  • The Launch Command field needs to have the svgviewer prefix following the format prefix URL.

Wrapping It Up

First, make sure that you have thoroughly tested your curation and followed the Curation Format. Scroll down in the Curate tab and click the Export button at the bottom of your curation to save it as a .7z file. After you've exported the curation, you can find it by clicking the Exported Curations button on the Curate tab (as long as you didn't choose to save it somewhere else). Once you have the file, submit it to the Flashpoint Submission System. An explanation of how the site works is available here.

After you have uploaded your curation to the website, a Curator will check it. This can take some time, so please be patient. You will be pinged in the #fpfss-notifications channel about whether or not your submission was approved, and if any changes need to be made.

Congratulations! Your submitted game/animation will appear in a future version of Flashpoint.