uawdijnntqw1x1x1
IP : 216.73.216.107
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
.
/
craft4-newsite-space
/
templates
/
shop
/
_private
/
images
/
placeholder.svg
/
/
{# Outputs an SVG to be used as an image placeholder, optionally including target dimensions. @var width int Desired element width @var height int Desired element height @var showDimensions bool Whether to display target dimensions (defaults to `true`) @var fill string Background fill color (defaults to `'#D0D0D0'`) #} {% set showDimensions = showDimensions ?? true %} {% set fill = fill ?? '#D0D0D0' %} <svg class="{{ class ?? '' }}" xmlns="http://www.w3.org/2000/svg" width="{{ width }}" height="{{ height }}" viewBox="0 0 {{ width }} {{ height }}" > <g clip-path="url(#clip0)"> <rect fill="{{ fill }}" width="{{ width }}" height="{{ height }}"/> <line x1="0" y1="0" x2="{{ width }}" y2="{{ height }}" stroke="rgba(255,255,255,0.3)"/> <line x1="0" y1="{{ height }}" x2="{{ width }}" y2="0" stroke="rgba(255,255,255,0.3)"/> </g> <text fill="rgba(0,0,0,0.1)" font-family="ui-sans-serif,system-ui,-apple-system,sans-serif" font-size="16" dy="3%" font-weight="thin" x="50%" y="50%" text-anchor="middle" > {%- if showDimensions %} {{ width }} × {{ height }} {% endif -%} </text> </svg>
/srv/users/craft4/apps/./craft4-newsite-space/templates/shop/_private/images/placeholder.svg