SVG:Contribute: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Fixing link to mentored bug list)
(updated to use dxr, removed aurora)
 
Line 3: Line 3:
The SVG project needs help on several fronts:
The SVG project needs help on several fronts:


* Testing SVG pages in [http://www.mozilla.org/en-US/firefox/channel/ Beta, Aurora or Nightly builds] and [https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=SVG filing SVG bugs].
* Testing SVG pages in [http://www.mozilla.org/en-US/firefox/channel/ Beta or Nightly builds] and [https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=SVG filing SVG bugs].
* Writing reduced testcases for [https://bugzilla.mozilla.org/buglist.cgi?product=Core;component=SVG;resolution=---;list_id=4043454 SVG bugs] that have been filed so devs can focus their time on fixing them.
* Writing reduced testcases for [https://bugzilla.mozilla.org/buglist.cgi?product=Core;component=SVG;resolution=---;list_id=4043454 SVG bugs] that have been filed so devs can focus their time on fixing them.
* Fixing [https://bugzilla.mozilla.org/buglist.cgi?product=Core;component=SVG;resolution=---;list_id=4043454 SVG bugs] (mainly C++ work).
* Fixing [https://bugzilla.mozilla.org/buglist.cgi?product=Core;component=SVG;resolution=---;list_id=4043454 SVG bugs] (mainly C++ work).
** List of [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3ASVG%20mentor%3A%40 mentored tasks]
** List of [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=component%3ASVG%20mentor%3A%40 mentored tasks]
** The SVG code is mainly in [http://mxr.mozilla.org/mozilla-central/source/content/svg/ content/svg] and [http://mxr.mozilla.org/mozilla-central/source/layout/svg/ layout/svg]
** The SVG code is mainly in [http://dxr.mozilla.org/mozilla-central/source/dom/svg/ dom/svg] and [http://dxr.mozilla.org/mozilla-central/source/layout/svg/ layout/svg]


If you're interested in helping out, contact [[User:Jonathan Watt|Jonathan Watt]].
If you're interested in helping out, contact [[User:Jonathan Watt|Jonathan Watt]].

Latest revision as of 06:48, 8 December 2018

Scalable Vector Graphics (SVG) is an XML markup language for describing two-dimensional vector graphics. Learn more about the technology at MDN.

The SVG project needs help on several fronts:

If you're interested in helping out, contact Jonathan Watt.