Sha256: c45905b2024132a1f597953d3cee90e2a282b343baaa982eabd6f17cef56b351

Contents?: true

Size: 473 Bytes

Versions: 43

Compression:

Stored size: 473 Bytes

Contents

# frozen_string_literal: true

Prawn::SVG::UrlLoader.prepend (Module.new do
  def initialize enable_cache: false, enable_web: true, enable_file_with_root: nil
    @url_cache = {}
    @enable_cache = enable_cache
    loaders = []
    loaders << Prawn::SVG::Loaders::Data.new
    loaders << (Prawn::SVG::Loaders::Web.new enable_web) if enable_web
    loaders << (Prawn::SVG::Loaders::File.new enable_file_with_root) if enable_file_with_root
    @loaders = loaders
  end
end)

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
asciidoctor-pdf-2.3.19 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.18 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.17 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.16 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.15 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.14 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.13 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.12 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.11 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.10 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.9 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.8 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.7 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.6 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.5 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.4 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.3 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.2 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.1 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb
asciidoctor-pdf-2.3.0 lib/asciidoctor/pdf/ext/prawn-svg/url_loader.rb