tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

name2dir.yaml (1430B)


      1 2d.transformation:                    "transformations"
      2 2d.color.space:                       "wide-gamut-canvas"
      3 2d.color.type:                        "color-type"
      4 2d.composite:                         "compositing"
      5 2d.conformance.requirements:          "conformance-requirements"
      6 2d.drawImage:                         "drawing-images-to-the-canvas"
      7 2d.clearRect:                         "drawing-rectangles-to-the-canvas"
      8 2d.fillRect:                          "drawing-rectangles-to-the-canvas"
      9 2d.strokeRect:                        "drawing-rectangles-to-the-canvas"
     10 2d.text:                              "text"
     11 2d.fillStyle:                         "fill-and-stroke-styles"
     12 2d.gradient:                          "fill-and-stroke-styles"
     13 2d.pattern:                           "fill-and-stroke-styles"
     14 2d.strokeStyle:                       "fill-and-stroke-styles"
     15 2d.line:                              "line-styles"
     16 2d.path:                              "path-objects"
     17 2d.imageData:                         "pixel-manipulation"
     18 2d.reset:                             "reset"
     19 2d.shadow:                            "shadows"
     20 2d.filter:                            "filters"
     21 2d.layer:                             "layers"
     22 2d.state:                             "the-canvas-state"
     23 2d.video:                             "video"
     24 2d.canvas.host:                       "canvas-host"
     25 2d.canvas.context:                    "canvas-context"