Lines Matching refs:images

38 * WEBP images support (#1525)
125 - cURL is prefered over socket when downloading images.
290 - SVG images now support embedded images e.g. `<image xlink:href="image.png" width="100px" height="100px" />`
291 - SVG images now supports `<tspan>` element e.g. `<tspan x,y,dx,dy,text-anchor >`, and also `<tref>`
292 - SVG images now can use Autofont (see top of `classes/svg.php` file)
293 - SVG images now has limited support for CSS classes (see top of `classes/svg.php` file)
294 - SVG images - style inheritance improved
295 - SVG images - improved handling of comments and other extraneous code
296 - SVG images - fix to ensure opacity is reset before another element
297 - SVG images - font-size not resetting after a `<text>` element
301 - SVG images - support automatic font selection and (minimal) use of CSS classes - cf. the defined constants at top of svg.php file
302 - SVG images - text-anchor now supported as a CSS style, as well as an HTML attribute
309 - bug accessing images from some servers (HTTP 403 Forbidden whn accessed using fopen etc.)
327 - URL handling changed to work with special characters in path fragments; affects `<a>` links, `<img>` images and
334 NB Spec. for embedded SVG images:
356 - Tables - background images in table inside HTML Footer incorrectly positioned
362 - Support for 'https/SSL' if file_get_contents_by_socket required (e.g. getting images with allow_url_fopen turned off)
401 - images not displayed when using "https://" if images are referenced by src="//domain.com/image"
410 - temporary file name collisions (e.g. when processing images) if numerous users
414 - JPG images not recognised if not containing JFIF or Exif markers
420 - SVG images - objects contained in `<defs>` being displayed
421 - SVG images - multiple, or quoted fonts e.g. style="font-family:'lucida grande', verdana" not recognised
422 - SVG images - line with opacity=0 still visible (only in some PDF viewers/browsers)
424 - SVG images - fill:RGB(0,0,0) not recognised when uppercase
425 - background images using data:image\/(jpeg|gif|png);base64 format - error when reading in stylesheet
430 - added support for style="opacity:0.6;" in SVG images - previously only supported style="fill-opacity:0.6; stroke-opacity: 0.6;"
535 - Origin and clipping for background images and gradients controlled by CSS i.e. background-origin, background-size, background-clip
554 - max-height, max-width, min-height and min-width for images `<img>`
569 - SVG images - path including e.g. 1.234E-15 incorrectly parsed (not recognising capital E)
660 - images fixed to work with Google Chart API (now mPDF does not urldecode the query part of the src)
752 - SVG images, text-anchor not working