summaryrefslogtreecommitdiff
path: root/spec/image_spec.rb
AgeCommit message (Collapse)Author
2024-05-12resolves #470 do not crash on an SVG image inside table cell (#473)Marat Radchenko
closes #471
2024-01-07resolves #443 escape double quotes in alt text (#455)Marat Radchenko
2024-01-07Update rubocop requirement from ~> 1.28.2 to ~> 1.50.2 (#454)dependabot[bot]
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.28.2...v1.50.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-18resolves #396 add support for :back-cover-image: document attributeMarat Radchenko
2020-11-25resolves #382 use width attribute if image width is in pixels (#384)Marat Radchenko
otherwise, use CSS style because HTML5 only allows pixels in width="..." See https://www.w3.org/TR/2011/WD-html5-20110113/the-map-element.html#attr-dim-width > The width and height attributes on img, iframe, embed, object, video, and, when their type attribute is in the Image Button state, > input elements may be specified to give the dimensions of the visual content of the element (the width and height respectively, > relative to the nominal direction of the output medium), in CSS pixels. > The attributes, if specified, must have values that are valid non-negative integers.
2020-10-15resolves #371 do not add bogus entries to manifest when :data-uri: attribute ↵Marat Radchenko
is set
2020-09-22resolves #370 do not add multiple entries for same media files in book manifestMarat Radchenko
2020-07-26resolves #353 gracefully handle invalid `:front-cover-image:` value (#354)Marat Radchenko
2020-03-01Add support for heredoc documents in test suite (PR #313)Marat Radchenko
2020-02-24uncomment SVG test given that gepub 1.0.11 is outMarat Radchenko
2020-02-18Add test for 'svg' attributeMarat Radchenko
Unfortunately, there's a bug in gepub (https://github.com/skoji/gepub/issues/110) so comment out test for now
2020-02-13add more tests (PR #298)Marat Radchenko
2020-02-07resolves #183 add support for image width/height attributes (PR #294)Marat Radchenko
2020-02-06resolves #155 add support for Font Awesome Solid 5.12.0 (PR #290)Marat Radchenko
2020-02-04resolves #282 use imagedir from an image's context during packaging (PR #283)Marat Radchenko
resolves #169 images in tables don't show up resolves #190 plantumlconfig is looking in the wrong dir resolves #30 Inline images are not included