From 4c4c517cf99c0eaadfee5d1c413715a8db0953bf Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 13 Jul 2016 19:00:27 -0400 Subject: [PATCH] Remove unnecessary and unimplemented canvas tainting when painting text As discussed in #1540, this check does not give any additional protections over those already provided by CORS, which these days fonts are subject to. Fixes #1540. Helps with #1431. --- source | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source b/source index a7e54895c61..b84a8d7673c 100644 --- a/source +++ b/source @@ -62679,18 +62679,6 @@ try { - -
  • If the text preparation algorithm used a font that has an origin - that is not the same as the origin specified by - the entry settings object (even if "using a font" means just checking if that font - has a particular glyph in it before falling back to another font), then set the - CanvasRenderingContext2D's origin-clean flag to false.

  • - - -