Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Export to web generates bad pathnames in WinXP #222

Closed
prikhi opened this issue Mar 13, 2015 · 3 comments
Closed

Export to web generates bad pathnames in WinXP #222

prikhi opened this issue Mar 13, 2015 · 3 comments

Comments

@prikhi
Copy link
Owner

prikhi commented Mar 13, 2015

From j3and...@gmail.com on October 04, 2010 13:34:06

To reproduce:

  1. Produce a simple project
  2. Export using any HTML template
  3. View source of index.html
  4. Image paths will look like pages%5cimage.png

The path should be pages/image.png. %5c is "" and when viewed locally, the system figures out what you want. If the export is loaded to a webserver (such as mine) there is a good chance it will return 404s for the images.

Version 1.2 build 0 on WinXP SP3

Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=222

@prikhi
Copy link
Owner Author

prikhi commented Mar 13, 2015

From neil.mu...@catalyse.net on November 24, 2010 15:50:13

Sames as #225

@prikhi
Copy link
Owner Author

prikhi commented Mar 13, 2015

From jan.stor...@googlemail.com on June 08, 2011 08:11:43

...this is the same as #225

prikhi added a commit that referenced this issue Sep 21, 2015
Fix baseRasterizedExporter.js to write correct image URLs

Fixes #225 #222 #642 #512
@prikhi
Copy link
Owner Author

prikhi commented Sep 21, 2015

Fixed by #737

@prikhi prikhi closed this as completed Sep 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant