File: zoom_in.xml

package info (click to toggle)
chromium 138.0.7204.183-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 6,080,960 kB
  • sloc: cpp: 34,937,079; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,954; asm: 946,768; xml: 739,971; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,811; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (25 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <path
        android:fillColor="@macro/default_bg_color"
        android:pathData="M0 12a12 12 0 1 1 24 0a12 12 0 1 1 -24 0"/>
    <path
        android:fillColor="@macro/default_icon_color"
        android:pathData="M 14.625 13.5 L 14.033 13.5 L 13.822 13.297 C 14.557 12.443 15 11.332 15 10.125 C 15 7.433 12.818 5.25 10.125 5.25 C 7.433 5.25 5.25 7.433 5.25 10.125 C 5.25 12.818 7.433 15 10.125 15 C 11.332 15 12.443 14.557 13.297 13.822 L 13.5 14.033 L 13.5 14.625 L 17.25 18.367 L 18.367 17.25 L 14.625 13.5 Z M 10.125 13.5 C 8.258 13.5 6.75 11.992 6.75 10.125 C 6.75 8.258 8.258 6.75 10.125 6.75 C 11.992 6.75 13.5 8.258 13.5 10.125 C 13.5 11.992 11.992 13.5 10.125 13.5 Z"/>
    <path
        android:pathData="M 3 3 L 21 3 L 21 21 L 3 21 L 3 3 Z"/>
    <path
        android:fillColor="@macro/default_icon_color"
        android:pathData="M 12 10.5 L 10.5 10.5 L 10.5 12 L 9.75 12 L 9.75 10.5 L 8.25 10.5 L 8.25 9.75 L 9.75 9.75 L 9.75 8.25 L 10.5 8.25 L 10.5 9.75 L 12 9.75 L 12 10.5 Z"/>
</vector>