Skip to content

Commit

Permalink
Fix whitespace in dataurl
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Feb 23, 2024
1 parent 253f320 commit cd1ef0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/resources/Bundle-example1.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"extension": [
{
"url": "brandLogo",
"valueUrl": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'><path d='M0 0h1024v1024H0z' style='fill:%23eee'/><text x='40' y='170' style='font-size:150px'>1024x1024</text></svg>"
"valueUrl": "data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23eee'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/organization-brand"
Expand All @@ -31,7 +31,7 @@
},
{
"url": "portalLogo",
"valueUrl": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'><path d='M0 0h1024v1024H0z' style='fill:%23666'/><text x='40' y='170' style='font-size:150px'>1024x1024</text></svg>"
"valueUrl": "data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23666'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>"
},
{
"url": "portalEndpoint",
Expand Down

0 comments on commit cd1ef0d

Please sign in to comment.