[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2020-09-05 Thread Kristina Hoeppner
We decided not to implement this after all because it is too dangerous securitywise to allow anybody to upload a SVG file because malicious code can be embedded. Instead we'll only allow site admins to upload SVG files as logos in wishlist item bug #1894358 ** Changed in: mahara Status:

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2020-06-01 Thread Cecilia Vela Gurovic
** Attachment added: "Freesample.svg" https://bugs.launchpad.net/mahara/+bug/1681571/+attachment/5379638/+files/Freesample.svg -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2020-05-12 Thread Rangi Daymond
Hi Robert - a couple of smaller things that may or not be issues: 1. When image block created/edited: 1.1 filename is displayed when Description is selected (instead of entered description) 1.2. file preview is not displayed in the Details & comments sidebar. 2. Should animated SVGs still display

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2020-05-10 Thread Lisa Seeto
** Attachment added: "helloworld.svg" https://bugs.launchpad.net/mahara/+bug/1681571/+attachment/5369642/+files/helloworld.svg -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2019-11-02 Thread Robert Lyon
For things to translate/scale one needs to have the svg markup like so: ... all other info ... Attached is an example One can also set/override the transform="translate(x,y) scale(x,y)" part via the image block config if one wants to display only part of the svg **

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2018-08-30 Thread Kristina Hoeppner
** Changed in: mahara Milestone: 18.10.0 => None -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2018-03-07 Thread Robert Lyon
** Changed in: mahara Milestone: 18.04.0 => 18.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2017-09-18 Thread Robert Lyon
To handle this we will need to recognise the .svg as an 'image' file but will need to handle slightly differently as we won't need to make thumbnails of it as we can just supply it with dimensions to achieve that. So bits that will need to change include (but not limited to) - Code that handles

[Mahara-contributors] [Bug 1681571] Re: Allow upload of SVG to use in portfolio pages

2017-04-10 Thread Kristina Hoeppner
** Description changed: All modern browsers support SVG and so should we in Mahara. Currently, you can't upload them to an image block because the format is not recognized. - Bug deals with the support for inline SVG for easy manipulation. + Bug #1681573 deals with the support for inline