From 3c47bbdafcfbd7855caa71edbf5e61e438e4a210 Mon Sep 17 00:00:00 2001 From: Bernd Hacker Date: Wed, 7 Jun 2017 16:07:02 +0200 Subject: [PATCH] add test for #e054978b9cbc30623b8e8b2621319f21dafcc734 [e054978] --- types/heremaps/heremaps-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/heremaps/heremaps-tests.ts b/types/heremaps/heremaps-tests.ts index 24c23b1a82..31d722f042 100644 --- a/types/heremaps/heremaps-tests.ts +++ b/types/heremaps/heremaps-tests.ts @@ -78,3 +78,5 @@ mapContainer.appendChild(containerNode); captureBtn.onclick = () => { capture(resultContainer, map, ui); }; + +let icon = new H.map.Icon('svg', { size: 5, crossOrigin: false });